Affiliate Link Button

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

什麼是Affiliate Link Button?

Affiliate Link Button是由https://realvideoguy.com開發的Chrome擴展程式,該擴展的主要功能是“Get your Amazon Affiliate Link directly from the Amazon prdouct page.”。

擴展截圖

screenshot
screenshot

下載Affiliate Link Button擴展crx文件

下載Affiliate Link Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Affiliate Link Button Affiliate Link Button
ID ghicpnbjacakmhdneadbiacfnjajlaeg
官方網址 https://chromewebstore.google.com/detail/affiliate-link-button/ghicpnbjacakmhdneadbiacfnjajlaeg
簡介 Get your Amazon Affiliate Link directly from the Amazon prdouct page.
檔案大小 82.21 KB
安裝次數 1,000
目前版本 1.0.2
更新時間 2019-04-07
上架時間 2019-04-07
評分 5.00/5 共 10 次評分
開發者 https://realvideoguy.com
付費類型 free
隱私政策頁面URL https://realvideoguy.com/privacy
支援的語言 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'"
}