C3 Example Extension
Enables screen sharing for Example application. This extension has no user interface.
Co je C3 Example Extension?
C3 Example Extension je rozšíření Chrome vyvinuté c3.ericsson, a jeho hlavní funkcí je „Enables screen sharing for Example application. This extension has no user interface.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření C3 Example Extension
Stáhněte si soubory rozšíření C3 Example Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Enables screen sharing for c3 applications by using the ChromeExtensionId.
Základní Informace o Rozšíření
Název | |
ID | epajpkbdigdpepgncdpmilaoamkjgoah |
Oficiální URL | https://chrome.google.com/webstore/detail/c3-example-extension/epajpkbdigdpepgncdpmilaoamkjgoah |
Popis | Enables screen sharing for Example application. This extension has no user interface. |
Velikost souboru | 8.01 KB |
Počet instalací | 22 |
Aktuální Verze | 2.1.0 |
Poslední Aktualizace | 2017-01-17 |
Datum Vydání | 2017-01-17 |
Vývojář | c3.ericsson |
Typ Platby | free |
Podporované Jazyky | 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" ] } |