CMDann Amazon Auto Affiliate
Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.
What is CMDann Amazon Auto Affiliate?
CMDann Amazon Auto Affiliate is a Chrome extension developed by https://cmdann.ca, and its main feature is "Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.".
Extension Screenshots
Download CMDann Amazon Auto Affiliate Extension CRX File
Download CMDann Amazon Auto Affiliate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | CMDann Amazon Auto Affiliate |
ID | jneeghfiklllajlfkgbfnhidfdjgepff |
Official URL | https://chromewebstore.google.com/detail/cmdann-amazon-auto-affili/jneeghfiklllajlfkgbfnhidfdjgepff |
Description | Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info. |
File Size | 14.35 KB |
Installation Count | 16 |
Current Version | 2.9.1 |
Last Updated | 2013-08-09 |
Publish Date | 2013-08-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://cmdann.ca |
Payment Type | free |
Extension Website | http://cmdann.ca |
Help Page URL | http://cmdann.ca |
Supported Languages | 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" ] } } |