MediaTek Toolkit

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

O que é MediaTek Toolkit?

MediaTek Toolkit é uma extensão do Chrome desenvolvida por Rey Su, e sua principal característica é "For MediaTek only. It helps you to quickly search CQweb, quickly search People Finder and get filepath on sharepoint document.".

Baixar o arquivo CRX da Extensão MediaTek Toolkit

Baixe arquivos de extensão MediaTek Toolkit no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome MediaTek Toolkit MediaTek Toolkit
ID jhlgahbjffmkpnmhfjgmopdogpdbchfc
URL Oficial https://chromewebstore.google.com/detail/mediatek-toolkit/jhlgahbjffmkpnmhfjgmopdogpdbchfc
Descrição For MediaTek only. It helps you to quickly search CQweb, quickly search People Finder and get filepath on sharepoint document.
Tamanho do Arquivo 21.23 KB
Contagem de Instalações 81
Versão Atual 1.1
Última Atualização 2017-08-04
Data de Publicação 2017-08-03
Desenvolvedor Rey Su
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}