Affiliate Link Button

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

Co to jest Affiliate Link Button?

Affiliate Link Button to rozszerzenie Chrome opracowane przez https://realvideoguy.com, a jego główną funkcją jest „Get your Amazon Affiliate Link directly from the Amazon prdouct page.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Affiliate Link Button

Pobierz pliki rozszerzeń Affiliate Link Button w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Affiliate Link Button Affiliate Link Button
ID ghicpnbjacakmhdneadbiacfnjajlaeg
Oficjalny URL https://chromewebstore.google.com/detail/affiliate-link-button/ghicpnbjacakmhdneadbiacfnjajlaeg
Opis Get your Amazon Affiliate Link directly from the Amazon prdouct page.
Rozmiar pliku 82.21 KB
Liczba instalacji 1,000
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2019-04-07
Data Publikacji 2019-04-07
Ocena 5.00/5 Łącznie 10 Oceny
Deweloper https://realvideoguy.com
Typ Płatności free
Adres URL Strony Polityki Prywatności https://realvideoguy.com/privacy
Obsługiwane Języki 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'"
}