Affiliate Link Button

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

Qu'est-ce que Affiliate Link Button ?

Affiliate Link Button est une extension Chrome développée par https://realvideoguy.com, et sa fonction principale est "Get your Amazon Affiliate Link directly from the Amazon prdouct page.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Affiliate Link Button

Téléchargez les fichiers d'extension Affiliate Link Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Affiliate Link Button Affiliate Link Button
ID ghicpnbjacakmhdneadbiacfnjajlaeg
URL Officiel https://chromewebstore.google.com/detail/affiliate-link-button/ghicpnbjacakmhdneadbiacfnjajlaeg
Description Get your Amazon Affiliate Link directly from the Amazon prdouct page.
Taille du Fichier 82.21 KB
Nombre d'Installations 1,000
Version Actuelle 1.0.2
Dernière Mise à Jour 2019-04-07
Date de Publication 2019-04-07
Évaluation 5.00/5 Total 10 Évaluations
Développeur https://realvideoguy.com
Type de Paiement free
URL de la Page de Politique de Confidentialité https://realvideoguy.com/privacy
Langues Prises en Charge 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'"
}