Metadrive Chrome Extension
Boost your team collaboration with advanced functionalities like custom metadata, advanced search, customizable views and much more!
Wat is Metadrive Chrome Extension?
Metadrive Chrome Extension is een Chrome-extensie ontwikkeld door https://metadriveapp.com, en de belangrijkste functie is "Boost your team collaboration with advanced functionalities like custom metadata, advanced search, customizable views and much more!".
Extensie Screenshots
Download het CRX-bestand van de extensie Metadrive Chrome Extension
Download Metadrive Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Metadrive Chrome Extension |
ID | cppodoipgnhdakgpjmooklpodhohdmmd |
Officiële URL | https://chromewebstore.google.com/detail/metadrive-chrome-extensio/cppodoipgnhdakgpjmooklpodhohdmmd |
Beschrijving | Boost your team collaboration with advanced functionalities like custom metadata, advanced search, customizable views and much more! |
Bestandsgrootte | 99.74 KB |
Aantal Installaties | 67 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-01-23 |
Publicatiedatum | 2019-01-23 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://metadriveapp.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://metadriveweb.com |
Help Pagina-URL | http://support.evenbytes.com |
URL van de Privacybeleid Pagina | https://evenbytes.com/privacy-policy |
Ondersteunde Talen | 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" } } |