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
公式URL 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'"
}