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 | 
| 电子邮箱 | [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"
    }
}  |  |