Amazon Affiliate Linkerizer

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

Was ist Amazon Affiliate Linkerizer?

Amazon Affiliate Linkerizer ist eine Chrome-Erweiterung, die von https://www.jimmypautz.com entwickelt wurde, und ihr Hauptmerkmal ist "Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.".

Erweiterungsscreenshots

screenshot

Amazon Affiliate Linkerizer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Amazon Affiliate Linkerizer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Amazon Affiliate Linkerizer Amazon Affiliate Linkerizer
ID ienfbnlpkangilghbiipkfiibnfgfnad
Offizielle URL https://chromewebstore.google.com/detail/amazon-affiliate-linkeriz/ienfbnlpkangilghbiipkfiibnfgfnad
Beschreibung Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.
Dateigröße 25.66 KB
Installationsanzahl 205
Aktuelle Version 18.5.21
Letztes Update 2018-05-21
Veröffentlichungsdatum 2018-05-21
Bewertung 4.33/5 Insgesamt 3 Bewertungen
Entwickler https://www.jimmypautz.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://jimmypautz.com/amazon-affiliate-linkerizer/
Unterstützte Sprachen 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}"
        }
    }
}