CMDann Amazon Auto Affiliate
Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.
什么是CMDann Amazon Auto Affiliate?
CMDann Amazon Auto Affiliate是由https://cmdann.ca开发的Chrome扩展程序,该扩展的主要功能是“Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.”。
扩展截图
下载CMDann Amazon Auto Affiliate扩展crx文件
下载CMDann Amazon Auto Affiliate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a simple extension that automatically applies CMDann.ca's Amazon affiliate code. This allows you to support the site without getting in the way of your regular shopping. We appreciate everybody who uses this.
扩展基本信息
名称 | CMDann Amazon Auto Affiliate |
ID | jneeghfiklllajlfkgbfnhidfdjgepff |
官方URL | https://chromewebstore.google.com/detail/cmdann-amazon-auto-affili/jneeghfiklllajlfkgbfnhidfdjgepff |
简介 | Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info. |
文件大小 | 14.35 KB |
安装次数 | 16 |
当前版本 | 2.9.1 |
更新时间 | 2013-08-09 |
上架时间 | 2013-08-08 |
评分 | 5.00/5 共2次评分 |
开发者 | https://cmdann.ca |
付费类型 | free |
扩展官网 | http://cmdann.ca |
帮助页面URL | http://cmdann.ca |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CMDann Amazon Auto Affiliate", "version": "2.9.1", "manifest_version": 2, "description": "Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.", "page_action": { "default_icon": "icon.png", "default_title": "Thank you for supporting CMDann.ca" }, "icons": { "128": "icon.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.amazon.ca\/*", "tabs" ], "background": { "scripts": [ "myscript.js" ] } } |