Canvas SimpleShare
Desktop Screen Sharing Client For Canvas CRS class devices.
Canvas SimpleShare란 무엇입니까?
Canvas SimpleShare은(는) Jupiter Systems에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Desktop Screen Sharing Client For Canvas CRS class devices."입니다.
확장 프로그램 스크린샷
Canvas SimpleShare 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
확장 프로그램 기본 정보
이름 | Canvas SimpleShare |
ID | bagghogdobjiomkdaaaengkcebcpcljj |
공식 URL | https://chromewebstore.google.com/detail/canvas-simpleshare/bagghogdobjiomkdaaaengkcebcpcljj |
설명 | Desktop Screen Sharing Client For Canvas CRS class devices. |
파일 크기 | 24.73 KB |
설치 횟수 | 65 |
현재 버전 | 2.0 |
최근 업데이트 | 2016-08-13 |
출시 날짜 | 2016-08-12 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Jupiter Systems |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.jupiter.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Chad Lucas", "name": "Canvas SimpleShare", "short_name": "Canvas SimpleShare", "description": "Desktop Screen Sharing Client For Canvas CRS class devices.", "version": "2.0", "icons": { "128": "images\/CanvasSimpleShare128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/crs", "https:\/\/*\/Crs", "https:\/\/*\/crs\/", "https:\/\/*\/Crs\/", "https:\/\/*\/SimpleShare", "https:\/\/*\/simpleshare", "https:\/\/*\/simpleShare", "https:\/\/*\/Simpleshare", "https:\/\/*\/SimpleShare\/", "https:\/\/*\/simpleshare\/", "https:\/\/*\/simpleShare\/", "https:\/\/*\/Simpleshare\/", "https:\/\/*\/mimic\/*", "https:\/\/*\/mimic?*", "https:\/\/*\/Mimic\/*", "https:\/\/*\/mimic", "https:\/\/*\/Mimic", "https:\/\/*\/mimic\/Index", "https:\/\/*\/mimic\/Index\/", "https:\/\/*\/Mimic\/Index", "https:\/\/*\/Mimic\/Index\/" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "desktopCapture", "tabs", "webRequest", "https:\/\/*\/crs", "https:\/\/*\/Crs", "https:\/\/*\/crs\/", "https:\/\/*\/Crs\/", "https:\/\/*\/SimpleShare", "https:\/\/*\/simpleshare", "https:\/\/*\/simpleShare", "https:\/\/*\/Simpleshare", "https:\/\/*\/SimpleShare\/", "https:\/\/*\/simpleshare\/", "https:\/\/*\/simpleShare\/", "https:\/\/*\/Simpleshare\/", "https:\/\/*\/mimic\/*", "https:\/\/*\/mimic?*", "https:\/\/*\/Mimic\/*", "https:\/\/*\/mimic", "https:\/\/*\/Mimic", "https:\/\/*\/mimic\/Index", "https:\/\/*\/mimic\/Index\/", "https:\/\/*\/Mimic\/Index", "https:\/\/*\/Mimic\/Index\/" ] } |