MediaTek Toolkit
For MediaTek only. It helps you to quickly search CQweb, quickly search People Finder and get filepath on sharepoint document.
Was ist MediaTek Toolkit?
MediaTek Toolkit ist eine Chrome-Erweiterung, die von Rey Su entwickelt wurde, und ihr Hauptmerkmal ist "For MediaTek only. It helps you to quickly search CQweb, quickly search People Finder and get filepath on sharepoint document.".
MediaTek Toolkit-Erweiterungs-CRX-Datei herunterladen
Laden Sie MediaTek Toolkit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
For MediaTek only. It helps you to quickly search CQweb, quickly search People Finder and get filepath on sharepoint document.
Grundlegende Informationen zur Erweiterung
Name | MediaTek Toolkit |
ID | jhlgahbjffmkpnmhfjgmopdogpdbchfc |
Offizielle URL | https://chromewebstore.google.com/detail/mediatek-toolkit/jhlgahbjffmkpnmhfjgmopdogpdbchfc |
Beschreibung | For MediaTek only. It helps you to quickly search CQweb, quickly search People Finder and get filepath on sharepoint document. |
Dateigröße | 21.23 KB |
Installationsanzahl | 81 |
Aktuelle Version | 1.1 |
Letztes Update | 2017-08-04 |
Veröffentlichungsdatum | 2017-08-03 |
Entwickler | Rey Su |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |