Edge Extension with NativeMessaging

℡╲_俬逩灬. 提交于 2021-02-08 04:48:38

问题


I have an edge extension with native messaging support where it communicates with uwp application running in the system. Is it mandatory to have extension packaged within the appx folder of uwp app. if not then how can we upload the extension in edge extension store.

I followed the secureInput sample:

https://github.com/MicrosoftEdge/MicrosoftEdge-Extensions-Demos/tree/master/SecureInput

They are putting extension within the Appx folder of UWP application. how will I upload extension in edge extension store.


回答1:


To make an Extension communicate with a UWP App - the Extension and certain runtime components of UWP has to be packaged in the same Appx Package. Please read the documentation here: https://docs.microsoft.com/en-us/microsoft-edge/extensions/guides/native-messaging

Also, it will be much easier to create a Store eligible package through Visual Studio.



来源:https://stackoverflow.com/questions/43511287/edge-extension-with-nativemessaging

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!