Amazon Affiliate Linkerizer

Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.

Cos'è Amazon Affiliate Linkerizer?

Amazon Affiliate Linkerizer è un'estensione di Chrome sviluppata da https://www.jimmypautz.com, e la sua funzione principale è "Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Amazon Affiliate Linkerizer

Scarica i file di estensione Amazon Affiliate Linkerizer 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

                        Adds a button that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.                    

Informazioni di Base sull'Estensione

Nome Amazon Affiliate Linkerizer Amazon Affiliate Linkerizer
ID ienfbnlpkangilghbiipkfiibnfgfnad
URL Ufficiale https://chromewebstore.google.com/detail/amazon-affiliate-linkeriz/ienfbnlpkangilghbiipkfiibnfgfnad
Descrizione Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.
Dimensione del File 25.66 KB
Conteggio Installazioni 205
Versione Corrente 18.5.21
Ultimo Aggiornamento 2018-05-21
Data di Pubblicazione 2018-05-21
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore https://www.jimmypautz.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://jimmypautz.com/amazon-affiliate-linkerizer/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Affiliate Linkerizer",
    "author": "Jimmy Pautz",
    "version": "18.5.21",
    "description": "Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.",
    "icons": {
        "128": "images\/icon128.png",
        "32": "images\/icon32.png"
    },
    "manifest_version": 2,
    "options_ui": {
        "page": "settings\/options.html"
    },
    "background": {
        "page": "background.html"
    },
    "page_action": {
        "default_icon": "images\/icon64.png",
        "default_title": "Amazon Affiliate Linkerizer"
    },
    "permissions": [
        "tabs",
        "clipboardWrite",
        "storage"
    ],
    "applications": {
        "gecko": {
            "id": "{d7af3e00-b7a9-44d3-b374-71872b9e581a}"
        }
    }
}