CD-ORD Plugin

CD-ORD extension - better integration with Google Chrome

Τι είναι το CD-ORD Plugin;

Το CD-ORD Plugin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Vitec MV, και η κύρια λειτουργία του είναι "CD-ORD extension - better integration with Google Chrome".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης CD-ORD Plugin

Λήψη αρχείων επέκτασης CD-ORD Plugin σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    ]
}