Campcite Screen Share
A Screen Sharing extension for CampCite business intelligence software solutions provider
Co je Campcite Screen Share?
Campcite Screen Share je rozšíření Chrome vyvinuté https://video2.campcite.com, a jeho hlavní funkcí je „A Screen Sharing extension for CampCite business intelligence software solutions provider“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Campcite Screen Share
Stáhněte si soubory rozšíření Campcite Screen Share 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í
This is a Scren Sharing extension for CampCite chat.
Základní Informace o Rozšíření
Název | |
ID | hopnjbgknogkfpkiniokkdfiakepfkkp |
Oficiální URL | https://chrome.google.com/webstore/detail/campcite-screen-share/hopnjbgknogkfpkiniokkdfiakepfkkp |
Popis | A Screen Sharing extension for CampCite business intelligence software solutions provider |
Velikost souboru | 20.67 KB |
Počet instalací | 26 |
Aktuální Verze | 0.1.8 |
Poslední Aktualizace | 2018-02-01 |
Datum Vydání | 2018-02-01 |
Vývojář | https://video2.campcite.com |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Campcite Screen Share", "description": "A Screen Sharing extension for CampCite business intelligence software solutions provider", "version": "0.1.8", "minimum_chrome_version": "34", "icons": { "16": "campcite-logo-16x16.png", "48": "campcite-logo-48x48.png", "128": "campcite-logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/video2.campcite.com\/*", "*:\/\/video4.campcite.com\/*", "*:\/\/lotusvideo.campcite.com\/*", "*:\/\/imavideo.campcite.com\/*", "*:\/\/murphybaseballvideo.campcite.com\/*", "*:\/\/griffithsvideo.campcite.com\/*" ] } } |