MediaTek Toolkit
For MediaTek only. It helps you to quickly search CQweb, quickly search People Finder and get filepath on sharepoint document.
MediaTek Toolkitとは何ですか?
MediaTek ToolkitはRey Suによって開発されたChromeの拡張機能で、その主な機能は「For MediaTek only. It helps you to quickly search CQweb, quickly search People Finder and get filepath on sharepoint document.」です。
MediaTek Toolkit拡張機能のCRXファイルをダウンロード
MediaTek Toolkit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
For MediaTek only. It helps you to quickly search CQweb, quickly search People Finder and get filepath on sharepoint document.
拡張機能の基本情報
名前 | MediaTek Toolkit |
ID | jhlgahbjffmkpnmhfjgmopdogpdbchfc |
公式URL | https://chromewebstore.google.com/detail/mediatek-toolkit/jhlgahbjffmkpnmhfjgmopdogpdbchfc |
説明 | For MediaTek only. It helps you to quickly search CQweb, quickly search People Finder and get filepath on sharepoint document. |
ファイルサイズ | 21.23 KB |
インストール数 | 81 |
現在のバージョン | 1.1 |
最終更新日 | 2017-08-04 |
公開日 | 2017-08-03 |
開発者 | Rey Su |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } |