Amazon Affiliater
Adds Aaron Spuler's associate id to all Amazon links
Cos'è Amazon Affiliater?
Amazon Affiliater è un'estensione di Chrome sviluppata da https://www.weapon-blog.com, e la sua funzione principale è "Adds Aaron Spuler's associate id to all Amazon links".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Amazon Affiliater
Scarica i file di estensione Amazon Affiliater in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Help support The Weapon Blog (http://www.weapon-blog.com)! I am member of the Amazon Associate (https://affiliate-program.amazon.com/gp/associates/join/landing/tools.html) program. As such, I am eligible to receive a small amount of money in the form of referral fees (https://affiliate-program.amazon.com/gp/associates/join/landing/referralfees.html) on products purchased. If you use my referral ID, then Amazon will pay me a small referral fee whenever you purchase something from them. After the initial setup, you do not have to do anything on your part. My referral ID is automatically added to Amazon links. I do not have visibility in to who is utilizing my referral ID, so privacy and anonymity is not a concern. The reason that this extension asks for permission on every site visited is because it parses links to Amazon.com and appends my referral ID to the links, regardless of what page the link resides on.
Informazioni di Base sull'Estensione
Nome | Amazon Affiliater |
ID | mbmcjjeempcolfppgamddpmfmofbhjjf |
URL Ufficiale | https://chromewebstore.google.com/detail/amazon-affiliater/mbmcjjeempcolfppgamddpmfmofbhjjf |
Descrizione | Adds Aaron Spuler's associate id to all Amazon links |
Dimensione del File | 3.31 KB |
Conteggio Installazioni | 20 |
Versione Corrente | 1.1.3 |
Ultimo Aggiornamento | 2018-10-25 |
Data di Pubblicazione | 2018-10-25 |
Valutazione | 3.33/5 Totale 3 Valutazioni |
Sviluppatore | https://www.weapon-blog.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.weapon-blog.com |
URL della Pagina di Aiuto | https://www.weapon-blog.com/tip-jar/ |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [ "*" ], "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "converted_from_user_script": true, "description": "Adds Aaron Spuler's associate id to all Amazon links", "name": "Amazon Affiliater", "manifest_version": 2, "version": "1.1.3" } |