Digizuite™ DAM Connector

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

Digizuite™ DAM Connector là gì?

Digizuite™ DAM Connector là một tiện ích mở rộng Chrome được phát triển bởi rnd.digizuite, và tính năng chính của nó là "Add Digizuite Embedded UI to chrome and benefit from your single source of truth.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Digizuite™ DAM Connector

Tải xuống các tệp mở rộng Digizuite™ DAM Connector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Digizuite™ DAM Connector Digizuite™ DAM Connector
ID oaoljlnnfajdknoldafoelalijmaebkg
URL Chính Thức https://chromewebstore.google.com/detail/digizuite-dam-connector/oaoljlnnfajdknoldafoelalijmaebkg
Mô tả Add Digizuite Embedded UI to chrome and benefit from your single source of truth.
Kích Thước Tệp 26.1 KB
Số Lần Cài Đặt 83
Phiên Bản Hiện Tại 2.0.4
Cập Nhật Lần Cuối 2023-12-07
Ngày Phát Hành 2022-07-22
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển rnd.digizuite
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://digizuite.com
URL Trang Trợ Giúp https://digizuite.atlassian.net/wiki/spaces/DD/pages/3294396417/DCE+5.5
URL Trang Chính Sách Bảo Mật https://www.digizuite.com/doc
Ngôn Ngữ Được Hỗ Trợ 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"
}