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
Eメール [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'"
    }
}