MediaTek Toolkit
For MediaTek only. It helps you to quickly search CQweb, quickly search People Finder and get filepath on sharepoint document.
Wat is MediaTek Toolkit?
MediaTek Toolkit is een Chrome-extensie ontwikkeld door Rey Su, en de belangrijkste functie is "For MediaTek only. It helps you to quickly search CQweb, quickly search People Finder and get filepath on sharepoint document.".
Download het CRX-bestand van de extensie MediaTek Toolkit
Download MediaTek Toolkit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
For MediaTek only. It helps you to quickly search CQweb, quickly search People Finder and get filepath on sharepoint document.
Basisinformatie over de Extensie
Naam | MediaTek Toolkit |
ID | jhlgahbjffmkpnmhfjgmopdogpdbchfc |
Officiële URL | https://chromewebstore.google.com/detail/mediatek-toolkit/jhlgahbjffmkpnmhfjgmopdogpdbchfc |
Beschrijving | For MediaTek only. It helps you to quickly search CQweb, quickly search People Finder and get filepath on sharepoint document. |
Bestandsgrootte | 21.23 KB |
Aantal Installaties | 81 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2017-08-04 |
Publicatiedatum | 2017-08-03 |
Ontwikkelaar | Rey Su |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |