C3 Example Extension
Enables screen sharing for Example application. This extension has no user interface.
Cos'è C3 Example Extension?
C3 Example Extension è un'estensione di Chrome sviluppata da c3.ericsson, e la sua funzione principale è "Enables screen sharing for Example application. This extension has no user interface.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione C3 Example Extension
Scarica i file di estensione C3 Example Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Enables screen sharing for c3 applications by using the ChromeExtensionId.
Informazioni di Base sull'Estensione
Nome | |
ID | epajpkbdigdpepgncdpmilaoamkjgoah |
URL Ufficiale | https://chrome.google.com/webstore/detail/c3-example-extension/epajpkbdigdpepgncdpmilaoamkjgoah |
Descrizione | Enables screen sharing for Example application. This extension has no user interface. |
Dimensione del File | 8.01 KB |
Conteggio Installazioni | 22 |
Versione Corrente | 2.1.0 |
Ultimo Aggiornamento | 2017-01-17 |
Data di Pubblicazione | 2017-01-17 |
Sviluppatore | c3.ericsson |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "C3 Example Extension", "description": "Enables screen sharing for Example application. This extension has no user interface.", "version": "2.1.0", "manifest_version": 2, "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "activeTab", "tabCapture", "desktopCapture", "notifications" ] } |