Amazon Affiliates Link Maker

Quickly create Amazon Affiliate links while browsing Amazon.

O que é Amazon Affiliates Link Maker?

Amazon Affiliates Link Maker é uma extensão do Chrome desenvolvida por Mr Sploodge, e sua principal característica é "Quickly create Amazon Affiliate links while browsing Amazon.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Amazon Affiliates Link Maker

Baixe arquivos de extensão Amazon Affiliates Link Maker 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

                        This extension is ideal for those creating many links to Amazon Affiliated products. just click the icon whilst browsing an Amazon product and copy the clean Affiliate Link.  You can easily change the Affiliate ID to your own. 

Version 1.1 - Minor code edits. Updated description.
Version 1.0 - Initial release.

Please note that this extension defaults to my Amazon Affiliate ID. Make sure you change this in the options or I will be getting free money :)                    

Informações Básicas da Extensão

Nome Amazon Affiliates Link Maker Amazon Affiliates Link Maker
ID egkocgaccgbefacjmdnlfmlmccgacjck
URL Oficial https://chromewebstore.google.com/detail/amazon-affiliates-link-ma/egkocgaccgbefacjmdnlfmlmccgacjck
Descrição Quickly create Amazon Affiliate links while browsing Amazon.
Tamanho do Arquivo 156 KB
Contagem de Instalações 6,876
Versão Atual 1.1
Última Atualização 2015-03-02
Data de Publicação 2015-03-02
Classificação 3.80/5 Total de 10 Avaliações
Desenvolvedor Mr Sploodge
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "description": "Quickly create Amazon Affiliate links while browsing Amazon.",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Amazon Affiliates Link Maker",
    "options_page": "options.html",
    "page_action": {
        "default_icon": "icon-16.png",
        "default_popup": "popup.html",
        "default_title": "Amazon Affiliates Link Maker"
    },
    "permissions": [
        "clipboardWrite",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}