Metadrive Chrome Extension
Boost your team collaboration with advanced functionalities like custom metadata, advanced search, customizable views and much more!
What is Metadrive Chrome Extension?
Metadrive Chrome Extension is a Chrome extension developed by https://metadriveapp.com, and its main feature is "Boost your team collaboration with advanced functionalities like custom metadata, advanced search, customizable views and much more!".
Extension Screenshots
Download Metadrive Chrome Extension Extension CRX File
Download Metadrive Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Metadrive Chrome Extension |
ID | cppodoipgnhdakgpjmooklpodhohdmmd |
Official URL | https://chromewebstore.google.com/detail/metadrive-chrome-extensio/cppodoipgnhdakgpjmooklpodhohdmmd |
Description | Boost your team collaboration with advanced functionalities like custom metadata, advanced search, customizable views and much more! |
File Size | 99.74 KB |
Installation Count | 67 |
Current Version | 1.0 |
Last Updated | 2019-01-23 |
Publish Date | 2019-01-23 |
Rating | 3.67/5 Total 3 Ratings |
Developer | https://metadriveapp.com |
[email protected] | |
Payment Type | free |
Extension Website | https://metadriveweb.com |
Help Page URL | http://support.evenbytes.com |
Privacy Policy Page URL | https://evenbytes.com/privacy-policy |
Supported Languages | 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" } } |