Aprimo QuickConnect
Easily place assets from your Aprimo DAM onto websites and emails
Aprimo QuickConnectคืออะไร?
Aprimo QuickConnect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aprimo Connect และคุณลักษณะหลักของมันคือ "Easily place assets from your Aprimo DAM onto websites and emails"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Aprimo QuickConnect
ดาวน์โหลดไฟล์ส่วนขยาย Aprimo QuickConnect ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Use QuickConnect to effortlessly place approved DAM assets, such as images, PDFs, and videos, onto your web-based applications (such as website, email, CMS), without leaving the comfort of your system. Read more for benefits and requirements. GET STARTED 1. Install Aprimo QuickConnect 2. Enter the URL of your Aprimo DAM environment (when first opening QuickConnect) 3. Log in and start using Aprimo QuickConnect. HOW TO USE QUICKCONNECT 1. Select an asset 2. Choose a version 3. Apply transformations: crop and trim away! 4. Copy the link, or copy the HTML to embed it onto your website or blog BENEFITS • Easily integrate to your web content ecosystem: install, authenticate and go! • Improve your page load time by decreasing the image weight • Choose from a wide range of easy optimizations, such as resizing, cropping, rotating, etc. • Tweak your public content on the fly, no need for preset renditions to be created upfront • Enhance your links by adding UTM tokens for tracking • Optimize and share pre-created public renditions • Choose your favorite sharing option: Copy link and Copy HTML REQUIREMENT You can select assets in Aprimo QuickConnect if public links for one or more renditions are created via the default Fastly CDN. Use of Aprimo QuickConnect is governed by the Aprimo SaaS subscription terms and conditions between your organization and Aprimo.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Aprimo QuickConnect |
ID | lgifolfphnohppapdhljncfahjaedmea |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/aprimo-quickconnect/lgifolfphnohppapdhljncfahjaedmea |
คำอธิบาย | Easily place assets from your Aprimo DAM onto websites and emails |
ขนาดไฟล์ | 195 KB |
จำนวนการติดตั้ง | 545 |
เวอร์ชันปัจจุบัน | 1.0.10.8 |
อัปเดตครั้งล่าสุด | 2023-10-26 |
วันที่เผยแพร่ | 2021-04-19 |
คะแนน | 4.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Aprimo Connect |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.aprimo.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.aprimo.com/aprimo-privacy-notice |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.10.8", "name": "Aprimo QuickConnect", "description": "Easily place assets from your Aprimo DAM onto websites and emails", "action": { "default_popup": "index.html?#\/popup" }, "icons": { "16": "assets\/images\/a16.png", "32": "assets\/images\/a32.png", "48": "assets\/images\/a48.png", "128": "assets\/images\/a128.png" }, "options_page": "index.html?#\/options", "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.aprimo.com\/", "https:\/\/*.dam.aprimo.com\/" ], "manifest_version": 3 } |