Awin Merchant Link Extension
Quickly redirect to advertiser's website through Awin redirect links
Awin Merchant Link Extension란 무엇입니까?
Awin Merchant Link Extension은(는) allanurique951에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly redirect to advertiser's website through Awin redirect links"입니다.
확장 프로그램 스크린샷
Awin Merchant Link Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is intended to be used by Awin's Internal Technical teams. With this extension, you'll be able to quickly redirect to advertiser websites without having to login to the Awin platform to grab an Awin link, or having to edit an Awin link in order to run tests. Simply input the MID and the extension will redirect you to that advertiser's website with an Example Publisher (45628) link. You can however change the publisher ID, and/or set a specific URL page.
확장 프로그램 기본 정보
이름 | Awin Merchant Link Extension |
ID | lpcnjnmoppcpiiaimldnknjpfhlagbjo |
공식 URL | https://chromewebstore.google.com/detail/awin-merchant-link-extens/lpcnjnmoppcpiiaimldnknjpfhlagbjo |
설명 | Quickly redirect to advertiser's website through Awin redirect links |
파일 크기 | 101 KB |
설치 횟수 | 184 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2022-11-17 |
출시 날짜 | 2022-11-17 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | allanurique951 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Awin Merchant Link Extension", "version": "1.0.0", "description": "Quickly redirect to advertiser's website through Awin redirect links", "manifest_version": 3, "author": "Allan Urique", "icons": { "16": "\/images\/16.png", "48": "\/images\/48.png", "128": "\/images\/128.png", "500": "\/images\/500.png" }, "action": { "default_popup": "index.html", "default_title": "Awin Merchant Link", "default_icon": "\/images\/16.png" }, "sandbox": { "pages": [ "index.html", "index.js" ] } } |