Amazon Affiliater
Adds Aaron Spuler's associate id to all Amazon links
O que é Amazon Affiliater?
Amazon Affiliater é uma extensão do Chrome desenvolvida por https://www.weapon-blog.com, e sua principal característica é "Adds Aaron Spuler's associate id to all Amazon links".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Amazon Affiliater
Baixe arquivos de extensão Amazon Affiliater no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Amazon Affiliater |
ID | mbmcjjeempcolfppgamddpmfmofbhjjf |
URL Oficial | https://chromewebstore.google.com/detail/amazon-affiliater/mbmcjjeempcolfppgamddpmfmofbhjjf |
Descrição | Adds Aaron Spuler's associate id to all Amazon links |
Tamanho do Arquivo | 3.31 KB |
Contagem de Instalações | 20 |
Versão Atual | 1.1.3 |
Última Atualização | 2018-10-25 |
Data de Publicação | 2018-10-25 |
Classificação | 3.33/5 Total de 3 Avaliações |
Desenvolvedor | https://www.weapon-blog.com |
Tipo de Pagamento | free |
Site da Extensão | https://www.weapon-blog.com |
URL da Página de Ajuda | https://www.weapon-blog.com/tip-jar/ |
Idiomas Suportados | 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" } |