MediaTek Toolkit

For MediaTek only. It helps you to quickly search CQweb, quickly search People Finder and get filepath on sharepoint document.

Cos'è MediaTek Toolkit?

MediaTek Toolkit è un'estensione di Chrome sviluppata da Rey Su, e la sua funzione principale è "For MediaTek only. It helps you to quickly search CQweb, quickly search People Finder and get filepath on sharepoint document.".

Scarica il file CRX dell'estensione MediaTek Toolkit

Scarica i file di estensione MediaTek Toolkit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        For MediaTek only. It helps you to quickly search CQweb, quickly search People Finder and get filepath on sharepoint document.                    

Informazioni di Base sull'Estensione

Nome MediaTek Toolkit MediaTek Toolkit
ID jhlgahbjffmkpnmhfjgmopdogpdbchfc
URL Ufficiale https://chromewebstore.google.com/detail/mediatek-toolkit/jhlgahbjffmkpnmhfjgmopdogpdbchfc
Descrizione For MediaTek only. It helps you to quickly search CQweb, quickly search People Finder and get filepath on sharepoint document.
Dimensione del File 21.23 KB
Conteggio Installazioni 81
Versione Corrente 1.1
Ultimo Aggiornamento 2017-08-04
Data di Pubblicazione 2017-08-03
Sviluppatore Rey Su
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "version": "1.1",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "author": "Rey Su",
    "icons": {
        "16": "Icon.png",
        "48": "Icon.png",
        "128": "Icon.png"
    },
    "options_page": "options.html",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "Icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ]
}