CMDann Amazon Auto Affiliate
Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.
Was ist CMDann Amazon Auto Affiliate?
CMDann Amazon Auto Affiliate ist eine Chrome-Erweiterung, die von https://cmdann.ca entwickelt wurde, und ihr Hauptmerkmal ist "Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.".
Erweiterungsscreenshots
CMDann Amazon Auto Affiliate-Erweiterungs-CRX-Datei herunterladen
Laden Sie CMDann Amazon Auto Affiliate-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | CMDann Amazon Auto Affiliate |
ID | jneeghfiklllajlfkgbfnhidfdjgepff |
Offizielle URL | https://chromewebstore.google.com/detail/cmdann-amazon-auto-affili/jneeghfiklllajlfkgbfnhidfdjgepff |
Beschreibung | Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info. |
Dateigröße | 14.35 KB |
Installationsanzahl | 16 |
Aktuelle Version | 2.9.1 |
Letztes Update | 2013-08-09 |
Veröffentlichungsdatum | 2013-08-08 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://cmdann.ca |
Zahlungsart | free |
Erweiterungswebsite | http://cmdann.ca |
Hilfeseite URL | http://cmdann.ca |
Unterstützte Sprachen | 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" ] } } |