Metadrive Chrome Extension

Boost your team collaboration with advanced functionalities like custom metadata, advanced search, customizable views and much more!

Cos'è Metadrive Chrome Extension?

Metadrive Chrome Extension è un'estensione di Chrome sviluppata da https://metadriveapp.com, e la sua funzione principale è "Boost your team collaboration with advanced functionalities like custom metadata, advanced search, customizable views and much more!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Metadrive Chrome Extension

Scarica i file di estensione Metadrive Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Metadrive Chrome Extension Metadrive Chrome Extension
ID cppodoipgnhdakgpjmooklpodhohdmmd
URL Ufficiale https://chromewebstore.google.com/detail/metadrive-chrome-extensio/cppodoipgnhdakgpjmooklpodhohdmmd
Descrizione Boost your team collaboration with advanced functionalities like custom metadata, advanced search, customizable views and much more!
Dimensione del File 99.74 KB
Conteggio Installazioni 67
Versione Corrente 1.0
Ultimo Aggiornamento 2019-01-23
Data di Pubblicazione 2019-01-23
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore https://metadriveapp.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://metadriveweb.com
URL della Pagina di Aiuto http://support.evenbytes.com
URL della Pagina della Politica sulla Privacy https://evenbytes.com/privacy-policy
Lingue Supportate 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"
    }
}