Digizuite™ DAM Connector
Add Digizuite Embedded UI to chrome and benefit from your single source of truth.
Digizuite™ DAM Connectorคืออะไร?
Digizuite™ DAM Connector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rnd.digizuite และคุณลักษณะหลักของมันคือ "Add Digizuite Embedded UI to chrome and benefit from your single source of truth."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Digizuite™ DAM Connector
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } |