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 |
官方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" ] } } |