Mentorservice Screen Sharing(화면 공유 확장 프로그램)
Mentorservice.co.kr에서 화면 공유를 위한 확장프로그램입니다.
What is Mentorservice Screen Sharing(화면 공유 확장 프로그램)?
Mentorservice Screen Sharing(화면 공유 확장 프로그램) is a Chrome extension developed by https://mentorservice.co.kr, and its main feature is "Mentorservice.co.kr에서 화면 공유를 위한 확장프로그램입니다.".
Extension Screenshots
Download Mentorservice Screen Sharing(화면 공유 확장 프로그램) Extension CRX File
Download Mentorservice Screen Sharing(화면 공유 확장 프로그램) 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
Mentorservice.co.kr 에서 화면공유를 위한 크롬 확장 프로그램입니다.
Extension Basic Information
Name | |
ID | nnghkendnamekpehmjnphfkhkhnaochf |
Official URL | https://chromewebstore.google.com/detail/mentorservice-screen-shar/nnghkendnamekpehmjnphfkhkhnaochf |
Description | Mentorservice.co.kr에서 화면 공유를 위한 확장프로그램입니다. |
File Size | 8.83 KB |
Installation Count | 87 |
Current Version | 3.5 |
Last Updated | 2017-03-16 |
Publish Date | 2017-03-15 |
Developer | https://mentorservice.co.kr |
Payment Type | free |
Extension Website | https://mentorservice.co.kr |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mentorservice Screen Sharing(\ud654\uba74 \uacf5\uc720 \ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8)", "author": "Wooksung Media Inc.", "version": "3.5", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Mentorservice.co.kr\uc5d0\uc11c \ud654\uba74 \uacf5\uc720\ub97c \uc704\ud55c \ud655\uc7a5\ud504\ub85c\uadf8\ub7a8\uc785\ub2c8\ub2e4.", "homepage_url": "https:\/\/mentorservice.co.kr", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/mentorservice.co.kr\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |