Amazon Affiliate Linkerizer

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

Wat is Amazon Affiliate Linkerizer?

Amazon Affiliate Linkerizer is een Chrome-extensie ontwikkeld door https://www.jimmypautz.com, en de belangrijkste functie is "Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Amazon Affiliate Linkerizer

Download Amazon Affiliate Linkerizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Amazon Affiliate Linkerizer Amazon Affiliate Linkerizer
ID ienfbnlpkangilghbiipkfiibnfgfnad
Officiële URL https://chromewebstore.google.com/detail/amazon-affiliate-linkeriz/ienfbnlpkangilghbiipkfiibnfgfnad
Beschrijving Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.
Bestandsgrootte 25.66 KB
Aantal Installaties 205
Huidige Versie 18.5.21
Laatst Bijgewerkt 2018-05-21
Publicatiedatum 2018-05-21
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar https://www.jimmypautz.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://jimmypautz.com/amazon-affiliate-linkerizer/
Ondersteunde Talen 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}"
        }
    }
}