Campcite Screen Share
A Screen Sharing extension for CampCite business intelligence software solutions provider
What is Campcite Screen Share?
Campcite Screen Share is a Chrome extension developed by https://video2.campcite.com, and its main feature is "A Screen Sharing extension for CampCite business intelligence software solutions provider".
Extension Screenshots
Download Campcite Screen Share Extension CRX File
Download Campcite Screen Share extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is a Scren Sharing extension for CampCite chat.
Extension Basic Information
Name | |
ID | hopnjbgknogkfpkiniokkdfiakepfkkp |
Official URL | https://chrome.google.com/webstore/detail/campcite-screen-share/hopnjbgknogkfpkiniokkdfiakepfkkp |
Description | A Screen Sharing extension for CampCite business intelligence software solutions provider |
File Size | 20.67 KB |
Installation Count | 26 |
Current Version | 0.1.8 |
Last Updated | 2018-02-01 |
Publish Date | 2018-02-01 |
Developer | https://video2.campcite.com |
Payment Type | free |
Supported Languages | 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\/*" ] } } |