Affiliate Tools - Affiliate link generator
Affiliate link generator for Amazon, Gearbest, Banggood and similar sites
什么是Affiliate Tools - Affiliate link generator?
Affiliate Tools - Affiliate link generator是由https://affiliate.tools开发的Chrome扩展程序,该扩展的主要功能是“Affiliate link generator for Amazon, Gearbest, Banggood and similar sites”。
扩展截图
下载Affiliate Tools - Affiliate link generator扩展crx文件
下载Affiliate Tools - Affiliate link generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Main purpose of Affiliate tools is to make creation of affiliate links easier. With this extension you can with just one click you can create affiliate links for Amazon, Banggood, Gearbest and many other supported stores When you create link, you can easily shorten it with bit.ly or share it on social networks Extension keeps track of links you created, and if you need to use link more often you can add it to favorites More stores will be added in future
扩展基本信息
名称 | Affiliate Tools - Affiliate link generator |
ID | fahggphoodkmfhpeomejdfonhjijdedk |
官方URL | https://chromewebstore.google.com/detail/affiliate-tools-affiliate/fahggphoodkmfhpeomejdfonhjijdedk |
简介 | Affiliate link generator for Amazon, Gearbest, Banggood and similar sites |
文件大小 | 544 KB |
安装次数 | 809 |
当前版本 | 2.1.3 |
更新时间 | 2022-06-21 |
上架时间 | 2018-04-04 |
评分 | 5.00/5 共4次评分 |
开发者 | https://affiliate.tools |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://affiliate.tools |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Affiliate Tools - Affiliate link generator", "description": "Affiliate link generator for Amazon, Gearbest, Banggood and similar sites", "version": "2.1.3", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Affiliate Tools", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "commons.js", "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.banggood.com\/*" ], "js": [ "commons.js", "content\/banggood.js" ] }, { "matches": [ "https:\/\/*.aliexpress.com\/*" ], "js": [ "commons.js", "content\/aliexpress.js" ] } ], "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "permissions": [ "storage", "activeTab", " |