Digizuite™ DAM Connector

Add Digizuite Embedded UI to chrome and benefit from your single source of truth.

Digizuite™ DAM Connector क्या है?

Digizuite™ DAM Connector rnd.digizuite द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add Digizuite Embedded UI to chrome and benefit from your single source of truth."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Digizuite™ DAM Connector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The Digizuite Chrome Extension allows you to access all approved images and videos you need from any tab in chrome and on any website. Simply click on the asset (in the exact format needed) and get a direct URL which can be used in all from emails to marketing automation or CMS tools.                    

एक्सटेंशन की मूल जानकारी

नाम Digizuite™ DAM Connector Digizuite™ DAM Connector
ID oaoljlnnfajdknoldafoelalijmaebkg
आधिकारिक URL https://chromewebstore.google.com/detail/digizuite-dam-connector/oaoljlnnfajdknoldafoelalijmaebkg
विवरण Add Digizuite Embedded UI to chrome and benefit from your single source of truth.
फ़ाइल का आकार 26.1 KB
स्थापना संख्या 83
वर्तमान संस्करण 2.0.4
अंतिम अपडेट 2023-12-07
प्रकाशन तिथि 2022-07-22
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर rnd.digizuite
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://digizuite.com
सहायता पृष्ठ URL https://digizuite.atlassian.net/wiki/spaces/DD/pages/3294396417/DCE+5.5
गोपनीयता नीति पृष्ठ URL https://www.digizuite.com/doc
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Digizuite\u2122 DAM Connector",
    "version": "2.0.4",
    "description": "Add Digizuite Embedded UI to chrome and benefit from your single source of truth.",
    "action": {
        "default_title": "Digizuite DAM",
        "default_icon": {
            "16": "src\/assets\/digizuite_logo16.png",
            "32": "src\/assets\/digizuite_logo32.png",
            "48": "src\/assets\/digizuite_logo48.png",
            "128": "src\/assets\/digizuite_logo128.png"
        }
    },
    "icons": {
        "16": "src\/assets\/digizuite_logo16.png",
        "32": "src\/assets\/digizuite_logo32.png",
        "48": "src\/assets\/digizuite_logo48.png",
        "128": "src\/assets\/digizuite_logo128.png"
    },
    "background": {
        "service_worker": "src\/background\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.digizuite.com\/*",
                "https:\/\/*.digizuiteusa.com\/*",
                "https:\/\/*.atlassian.net\/*"
            ],
            "all_frames": true,
            "js": [
                "src\/content-scripts\/change-url-event.js",
                "src\/content-scripts\/asset-message-event.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/www.digizuite.com\/",
    "options_page": "src\/options\/options.html"
}