CMDann Amazon Auto Affiliate
Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.
Qu'est-ce que CMDann Amazon Auto Affiliate ?
CMDann Amazon Auto Affiliate est une extension Chrome développée par https://cmdann.ca, et sa fonction principale est "Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CMDann Amazon Auto Affiliate
Téléchargez les fichiers d'extension CMDann Amazon Auto Affiliate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | CMDann Amazon Auto Affiliate |
ID | jneeghfiklllajlfkgbfnhidfdjgepff |
URL Officiel | 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. |
Taille du Fichier | 14.35 KB |
Nombre d'Installations | 16 |
Version Actuelle | 2.9.1 |
Dernière Mise à Jour | 2013-08-09 |
Date de Publication | 2013-08-08 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://cmdann.ca |
Type de Paiement | free |
Site Web de l'Extension | http://cmdann.ca |
URL de la Page d'Aide | http://cmdann.ca |
Langues Prises en Charge | 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" ] } } |