Affiliator

Easy affiliate linking

什麼是Affiliator?

Affiliator是由https://www.affiliator.io開發的Chrome擴展程式,該擴展的主要功能是“Easy affiliate linking”。

擴展截圖

screenshot
screenshot

下載Affiliator擴展crx文件

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

擴展使用說明

                        Affiliator is an extension to access the affiliator.io service, which simplifies the managment of affiliate links for Amazon, iTunes, B&H, eBay, Walmart, Target, Best Buy, Staples, Shopify, Etsy and many more.                    

擴展基本資訊

名稱 Affiliator Affiliator
ID pklbpogiggkdejgafdchflgdhicghklf
官方網址 https://chromewebstore.google.com/detail/affiliator/pklbpogiggkdejgafdchflgdhicghklf
簡介 Easy affiliate linking
檔案大小 64.1 KB
安裝次數 94
目前版本 0.9.1
更新時間 2017-03-30
上架時間 2017-03-30
開發者 https://www.affiliator.io
付費類型 free
擴展官網 http://www.affiliator.io
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Affiliator",
    "short_name": "Easy affiliate linking",
    "description": "Easy affiliate linking",
    "version": "0.9.1",
    "homepage_url": "http:\/\/www.affiliator.io",
    "icons": {
        "16": ".\/icon16.png",
        "48": ".\/icon48.png",
        "128": ".\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "affiliator.html"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "*:\/\/*.affiliator.io\/*",
        "clipboardRead",
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/selection.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}