CD-ORD Plugin

CD-ORD extension - better integration with Google Chrome

CD-ORD Plugin란 무엇입니까?

CD-ORD Plugin은(는) Vitec MV에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CD-ORD extension - better integration with Google Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

CD-ORD Plugin 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Use this extension along with the program CD-ORD 10 in order to get a better integration with the Chrome browser from Google. Once the extension has been installed, you will be able to have text read aloud and highlighted on webpages. You will also get context-based word predictions while working in Google Docs.

Privacy policy
By using this product you accept our policy for private customers together with the end user license agreement (EULA).

Read more: https://www.vitec-mv.com/en/privacy-policy/                    

확장 프로그램 기본 정보

이름 CD-ORD Plugin CD-ORD Plugin
ID ehgclcimenklkdoppmdonobijicadncj
공식 URL https://chrome.google.com/webstore/detail/cd-ord-plugin/ehgclcimenklkdoppmdonobijicadncj
설명 CD-ORD extension - better integration with Google Chrome
파일 크기 69.37 KB
설치 횟수 66,693
현재 버전 1.2.43
최근 업데이트 2019-10-30
출시 날짜 2019-10-30
평점 3.38/5 총 8 개의 평점
개발자 Vitec MV
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.vitec-mv.com/dk/betingelser-og-vilkar/privatlivspolitik
지원되는 언어 en,nl,no,da,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.2.43",
    "name": "__MSG_appName__",
    "default_locale": "da",
    "description": "__MSG_appDesc__",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "Icons\/cdord_icon_16x16.png",
        "48": "Icons\/cdord_48x48.png"
    },
    "homepage_url": "https:\/\/www.vitec-mv.com\/dk\/produkter\/cd-ord",
    "author": "Vitec MV",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/Utils\/jquery-2.0.3.min.js",
                "js\/ifvisible.js",
                "js\/content_script.js",
                "js\/lib.js",
                "js\/cdord.js",
                "js\/AutoFill.js",
                "js\/selectionUtils.js",
                "js\/googleDocsUtil.js",
                "js\/Translation.js",
                "js\/wordOnlineUtils.js"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "js\/GoogleDocsHelper.js",
        "js\/Office365Helper.js",
        "js\/cdord.css"
    ],
    "browser_action": {
        "default_icon": {
            "16": "Icons\/cdord_icon_grey_16x16.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}