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開發的Chrome擴展程式,該擴展的主要功能是“Add Digizuite Embedded UI to chrome and benefit from your single source of truth.”。

擴展截圖

screenshot
screenshot
screenshot

下載Digizuite™ DAM Connector擴展crx文件

下載Digizuite™ DAM Connector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}