ClouDoc Chrome Ext
ClouDoc Crome Ext
What is ClouDoc Chrome Ext?
ClouDoc Chrome Ext is a Chrome extension developed by sinzemitne, and its main feature is "ClouDoc Crome Ext".
Extension Screenshots
Download ClouDoc Chrome Ext Extension CRX File
Download ClouDoc Chrome Ext 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
ClouDoc 크롬 확장프로그램입니다. ClouDoc Agent가 설치 된 PC에서 사용하는 프로그램입니다. ClouDoc의 보안 정책이 적용된 PC에서는 크롬 브라우저에 파일을 첨부할 수 없습니다. 특정 URL에 대해서 크롬에서 파일 첨부가 필요한 경우, ClouDoc Crome Ext를 설치하셔야 합니다. 기능 : - 현재 접속한 URL 정보를 ClouDoc Agent에 전달.
Extension Basic Information
Name | |
ID | mhocmmnceidnldpneiioaglmmgkhhmgh |
Official URL | https://chromewebstore.google.com/detail/cloudoc-chrome-ext/mhocmmnceidnldpneiioaglmmgkhhmgh |
Description | ClouDoc Crome Ext |
File Size | 7.03 KB |
Installation Count | 46,271 |
Current Version | 0.0.0.32 |
Last Updated | 2023-01-05 |
Publish Date | 2020-02-11 |
Rating | 4.00/5 Total 1 Ratings |
Developer | sinzemitne |
[email protected] | |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ClouDoc Chrome Ext", "version": "0.0.0.32", "description": "ClouDoc Crome Ext", "background": { "service_worker": "get_current_url.js" }, "action": { "default_icon": "cloudoc.png", "default_popup": "cloudoc.html" }, "permissions": [ "tabs" ], "web_accessible_resources": [ { "resources": [ "cloudoc.png" ], "matches": [], "extension_ids": [] } ], "manifest_version": 3 } |