Aprimo QuickConnect
Easily place assets from your Aprimo DAM onto websites and emails
Aprimo QuickConnect란 무엇입니까?
Aprimo QuickConnect은(는) Aprimo Connect에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily place assets from your Aprimo DAM onto websites and emails"입니다.
확장 프로그램 스크린샷
Aprimo QuickConnect 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |