MediaTek Toolkit
For MediaTek only. It helps you to quickly search CQweb, quickly search People Finder and get filepath on sharepoint document.
Qu'est-ce que MediaTek Toolkit ?
MediaTek Toolkit est une extension Chrome développée par Rey Su, et sa fonction principale est "For MediaTek only. It helps you to quickly search CQweb, quickly search People Finder and get filepath on sharepoint document.".
Télécharger le fichier CRX de l'extension MediaTek Toolkit
Téléchargez les fichiers d'extension MediaTek Toolkit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
For MediaTek only. It helps you to quickly search CQweb, quickly search People Finder and get filepath on sharepoint document.
Informations de Base sur l'Extension
Nom | MediaTek Toolkit |
ID | jhlgahbjffmkpnmhfjgmopdogpdbchfc |
URL Officiel | 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. |
Taille du Fichier | 21.23 KB |
Nombre d'Installations | 81 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2017-08-04 |
Date de Publication | 2017-08-03 |
Développeur | Rey Su |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |