Amazon Affiliater
Adds Aaron Spuler's associate id to all Amazon links
Vad är Amazon Affiliater?
Amazon Affiliater är en Chrome-tillägg utvecklad av https://www.weapon-blog.com, och dess huvudfunktion är "Adds Aaron Spuler's associate id to all Amazon links".
Tilläggsskärmbilder
Ladda ner Amazon Affiliater-förlängningens CRX-fil
Ladda ner Amazon Affiliater-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Amazon Affiliater |
ID | mbmcjjeempcolfppgamddpmfmofbhjjf |
Officiell webbadress | https://chromewebstore.google.com/detail/amazon-affiliater/mbmcjjeempcolfppgamddpmfmofbhjjf |
Beskrivning | Adds Aaron Spuler's associate id to all Amazon links |
Filstorlek | 3.31 KB |
Antal Installationer | 20 |
Aktuell Version | 1.1.3 |
Senast Uppdaterad | 2018-10-25 |
Publiceringsdatum | 2018-10-25 |
Betyg | 3.33/5 Totalt 3 Betyg |
Utvecklare | https://www.weapon-blog.com |
Betalningssätt | free |
Tilläggswebbplats | https://www.weapon-blog.com |
Hjälpsida URL | https://www.weapon-blog.com/tip-jar/ |
Stödda Språk | 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" } |