Metadrive Chrome Extension

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

Vad är Metadrive Chrome Extension?

Metadrive Chrome Extension är en Chrome-tillägg utvecklad av https://metadriveapp.com, och dess huvudfunktion är "Boost your team collaboration with advanced functionalities like custom metadata, advanced search, customizable views and much more!".

Tilläggsskärmbilder

screenshot

Ladda ner Metadrive Chrome Extension-förlängningens CRX-fil

Ladda ner Metadrive Chrome Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Metadrive Chrome Extension Metadrive Chrome Extension
ID cppodoipgnhdakgpjmooklpodhohdmmd
Officiell webbadress https://chromewebstore.google.com/detail/metadrive-chrome-extensio/cppodoipgnhdakgpjmooklpodhohdmmd
Beskrivning Boost your team collaboration with advanced functionalities like custom metadata, advanced search, customizable views and much more!
Filstorlek 99.74 KB
Antal Installationer 67
Aktuell Version 1.0
Senast Uppdaterad 2019-01-23
Publiceringsdatum 2019-01-23
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare https://metadriveapp.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://metadriveweb.com
Hjälpsida URL http://support.evenbytes.com
URL till Sekretesspolicy Sidan https://evenbytes.com/privacy-policy
Stödda Språk 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"
    }
}