Metadrive Chrome Extension
Boost your team collaboration with advanced functionalities like custom metadata, advanced search, customizable views and much more!
Metadrive Chrome Extensionとは何ですか?
Metadrive Chrome Extensionはhttps://metadriveapp.comによって開発されたChromeの拡張機能で、その主な機能は「Boost your team collaboration with advanced functionalities like custom metadata, advanced search, customizable views and much more!」です。
拡張機能のスクリーンショット
Metadrive Chrome Extension拡張機能のCRXファイルをダウンロード
Metadrive Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Boost your team collaboration with advanced functionalities. Custom metadata, advanced search, customizable views, datasheet view, activity log, Google drive commets integration, custom views with filters, dynamic views. 拡張機能の基本情報
| 名前 | |
| ID | cppodoipgnhdakgpjmooklpodhohdmmd |
| 公式URL | https://chromewebstore.google.com/detail/metadrive-chrome-extensio/cppodoipgnhdakgpjmooklpodhohdmmd |
| 説明 | Boost your team collaboration with advanced functionalities like custom metadata, advanced search, customizable views and much more! |
| ファイルサイズ | 99.74 KB |
| インストール数 | 67 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2019-01-23 |
| 公開日 | 2019-01-23 |
| 評価 | 3.67/5 合計 3 レビュー |
| 開発者 | https://metadriveapp.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://metadriveweb.com |
| ヘルプページのURL | http://support.evenbytes.com |
| プライバシーポリシーページのURL | https://evenbytes.com/privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Metadrive Chrome Extension",
"description": "Boost your team collaboration with advanced functionalities like custom metadata, advanced search, customizable views and much more!",
"version": "1.0",
"author": "[email protected]",
"manifest_version": 2,
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Go to Metadrive"
},
"icons": {
"16": "img\/Metadrive_Logo_16.png",
"32": "img\/Metadrive_Logo_32.png",
"48": "img\/Metadrive_Logo_48.png",
"64": "img\/Metadrive_Logo_64.png",
"96": "img\/Metadrive_Logo_96.png",
"128": "img\/Metadrive_Logo_128.png",
"197": "img\/Metadrive_Logo_197.png",
"256": "img\/Metadrive_Logo_256.png",
"400": "img\/Metadrive_Logo_400.png"
}
} | |