Affiliate Future Extension

Affiliate Future publishers are able to easily get deep link and voucher details for advertisers, helping you earn more commission.

什么是Affiliate Future Extension?

Affiliate Future Extension是由https://www.affiliatefuture.com开发的Chrome扩展程序,该扩展的主要功能是“Affiliate Future publishers are able to easily get deep link and voucher details for advertisers, helping you earn more commission.”。

扩展截图

screenshot

下载Affiliate Future Extension扩展crx文件

下载Affiliate Future Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        An extension for Affiliate Future publishers to be able to quickly and easily join advertiser programmes, generate deep links with tracking as well as see the current voucher codes.

Simply install the extension, login via the toolbar and then visit one of our advertiser sites. Copy the advertiser’s URL into the deep link box, include some text for the hyperlink and click “generate”. You can then either shorten it or simply “copy to clipboard” and use in your promotion, such as Facebook or Twitter.

If you have any questions about the extension, please get in touch with our friendly support team at [email protected]                    

扩展基本信息

名称 Affiliate Future Extension Affiliate Future Extension
ID mgodnlkeiikphpbcipjcfhohjoinefcg
官方URL https://chromewebstore.google.com/detail/affiliate-future-extensio/mgodnlkeiikphpbcipjcfhohjoinefcg
简介 Affiliate Future publishers are able to easily get deep link and voucher details for advertisers, helping you earn more commission.
文件大小 158 KB
安装次数 220
当前版本 2.5.0
更新时间 2023-01-11
上架时间 2018-04-02
评分 5.00/5 共3次评分
开发者 https://www.affiliatefuture.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.affiliatefuture.com/
帮助页面URL http://www.affiliatefuturesupport.co.uk/
隐私政策页面URL http://affiliatefuture.com/Legal/privacy
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Affiliate Future Extension",
    "short_name": "AF-Publisher",
    "description": "Affiliate Future publishers are able to easily get deep link and voucher details for advertisers, helping you earn more commission.",
    "version": "2.5.0",
    "icons": {
        "16": "img\/af_16.png",
        "48": "img\/af_48.png",
        "128": "img\/af_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "css\/bootstrap.min.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.1.1.min.js",
            "js\/bg.js"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html",
        "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    }
}