Digizuite™ DAM Connector
Add Digizuite Embedded UI to chrome and benefit from your single source of truth.
Co je Digizuite™ DAM Connector?
Digizuite™ DAM Connector je rozšíření Chrome vyvinuté rnd.digizuite, a jeho hlavní funkcí je „Add Digizuite Embedded UI to chrome and benefit from your single source of truth.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Digizuite™ DAM Connector
Stáhněte si soubory rozšíření Digizuite™ DAM Connector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Digizuite™ DAM Connector |
ID | oaoljlnnfajdknoldafoelalijmaebkg |
Oficiální URL | https://chromewebstore.google.com/detail/digizuite-dam-connector/oaoljlnnfajdknoldafoelalijmaebkg |
Popis | Add Digizuite Embedded UI to chrome and benefit from your single source of truth. |
Velikost souboru | 26.1 KB |
Počet instalací | 83 |
Aktuální Verze | 2.0.4 |
Poslední Aktualizace | 2023-12-07 |
Datum Vydání | 2022-07-22 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | rnd.digizuite |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://digizuite.com |
URL Stránky Nápovědy | https://digizuite.atlassian.net/wiki/spaces/DD/pages/3294396417/DCE+5.5 |
URL Stránky Zásad Ochrany Soukromí | https://www.digizuite.com/doc |
Podporované Jazyky | 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" } |