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
官方URL 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
        }
    ]
}