Campcite Screen Share
A Screen Sharing extension for CampCite business intelligence software solutions provider
Campcite Screen Shareとは何ですか?
Campcite Screen Shareはhttps://video2.campcite.comによって開発されたChromeの拡張機能で、その主な機能は「A Screen Sharing extension for CampCite business intelligence software solutions provider」です。
拡張機能のスクリーンショット
Campcite Screen Share拡張機能のCRXファイルをダウンロード
Campcite Screen Share拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a Scren Sharing extension for CampCite chat.
拡張機能の基本情報
名前 | |
ID | hopnjbgknogkfpkiniokkdfiakepfkkp |
公式URL | https://chrome.google.com/webstore/detail/campcite-screen-share/hopnjbgknogkfpkiniokkdfiakepfkkp |
説明 | A Screen Sharing extension for CampCite business intelligence software solutions provider |
ファイルサイズ | 20.67 KB |
インストール数 | 26 |
現在のバージョン | 0.1.8 |
最終更新日 | 2018-02-01 |
公開日 | 2018-02-01 |
開発者 | https://video2.campcite.com |
支払い方法 | free |
対応言語 | 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\/*" ] } } |