CMDann Amazon Auto Affiliate
Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.
Wat is CMDann Amazon Auto Affiliate?
CMDann Amazon Auto Affiliate is een Chrome-extensie ontwikkeld door https://cmdann.ca, en de belangrijkste functie is "Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.".
Extensie Screenshots
Download het CRX-bestand van de extensie CMDann Amazon Auto Affiliate
Download CMDann Amazon Auto Affiliate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | CMDann Amazon Auto Affiliate |
ID | jneeghfiklllajlfkgbfnhidfdjgepff |
Officiële URL | https://chromewebstore.google.com/detail/cmdann-amazon-auto-affili/jneeghfiklllajlfkgbfnhidfdjgepff |
Beschrijving | Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info. |
Bestandsgrootte | 14.35 KB |
Aantal Installaties | 16 |
Huidige Versie | 2.9.1 |
Laatst Bijgewerkt | 2013-08-09 |
Publicatiedatum | 2013-08-08 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://cmdann.ca |
Betalingswijze | free |
Extensiewebsite | http://cmdann.ca |
Help Pagina-URL | http://cmdann.ca |
Ondersteunde Talen | 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" ] } } |