Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 571 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 571 Bytes

Native-Messaging-CSharp

This project contains following things :

  • Browser Extension
  • Host

Browser extension is written with javascript. Host is a console app made with C#. It showcases how you can send data/messages from a browser extension to a native application which in itself is so cool! That too two-way messaging! which opens a lot of areas to experiment with. This enable you to :

  • Launch an application from browser
  • Talk your applications directly
  • Build something like Postman interceptor
  • and lastly Automate!
  • Automate!
  • Automate!