Affiliate Link Button

Get your Amazon Affiliate Link directly from the Amazon prdouct page.

Was ist Affiliate Link Button?

Affiliate Link Button ist eine Chrome-Erweiterung, die von https://realvideoguy.com entwickelt wurde, und ihr Hauptmerkmal ist "Get your Amazon Affiliate Link directly from the Amazon prdouct page.".

Erweiterungsscreenshots

screenshot
screenshot

Affiliate Link Button-Erweiterungs-CRX-Datei herunterladen

Laden Sie Affiliate Link Button-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

                        This plugin places an Amazon Affiliate Link button on your Amazon.com product page. It enables you to get your Amazon Associate Affiliate Link directly from the Amazon product page without having to login to your Associates back office.                    

Grundlegende Informationen zur Erweiterung

Name Affiliate Link Button Affiliate Link Button
ID ghicpnbjacakmhdneadbiacfnjajlaeg
Offizielle URL https://chromewebstore.google.com/detail/affiliate-link-button/ghicpnbjacakmhdneadbiacfnjajlaeg
Beschreibung Get your Amazon Affiliate Link directly from the Amazon prdouct page.
Dateigröße 82.21 KB
Installationsanzahl 1,000
Aktuelle Version 1.0.2
Letztes Update 2019-04-07
Veröffentlichungsdatum 2019-04-07
Bewertung 5.00/5 Insgesamt 10 Bewertungen
Entwickler https://realvideoguy.com
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://realvideoguy.com/privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_popup": ".\/popup.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                ".\/amazon.js"
            ],
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.es\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Get your Amazon Affiliate Link directly from the Amazon prdouct page.",
    "icons": {
        "16": "assets\/icons\/icon_16.png",
        "32": "assets\/icons\/icon_32.png",
        "64": "assets\/icons\/icon_64.png",
        "128": "assets\/icons\/icon_128.png"
    },
    "manifest_version": 2,
    "name": "Affiliate Link Button",
    "short_name": "AffiliateLink",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "version": "1.0.2",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}