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文件
下載Awin Merchant Link Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } } |