MediaTek Toolkit

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

What is MediaTek Toolkit?

MediaTek Toolkit is a Chrome extension developed by Rey Su, and its main feature is "For MediaTek only. It helps you to quickly search CQweb, quickly search People Finder and get filepath on sharepoint document.".

Download MediaTek Toolkit Extension CRX File

Download MediaTek Toolkit 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

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

Extension Basic Information

Name MediaTek Toolkit MediaTek Toolkit
ID jhlgahbjffmkpnmhfjgmopdogpdbchfc
Official URL https://chromewebstore.google.com/detail/mediatek-toolkit/jhlgahbjffmkpnmhfjgmopdogpdbchfc
Description For MediaTek only. It helps you to quickly search CQweb, quickly search People Finder and get filepath on sharepoint document.
File Size 21.23 KB
Installation Count 81
Current Version 1.1
Last Updated 2017-08-04
Publish Date 2017-08-03
Developer Rey Su
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}