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 là gì?

Affiliate Future Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.affiliatefuture.com, và tính năng chính của nó là "Affiliate Future publishers are able to easily get deep link and voucher details for advertisers, helping you earn more commission.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Affiliate Future Extension

Tải xuống các tệp mở rộng Affiliate Future Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Affiliate Future Extension Affiliate Future Extension
ID mgodnlkeiikphpbcipjcfhohjoinefcg
URL Chính Thức https://chromewebstore.google.com/detail/affiliate-future-extensio/mgodnlkeiikphpbcipjcfhohjoinefcg
Mô tả Affiliate Future publishers are able to easily get deep link and voucher details for advertisers, helping you earn more commission.
Kích Thước Tệp 158 KB
Số Lần Cài Đặt 220
Phiên Bản Hiện Tại 2.5.0
Cập Nhật Lần Cuối 2023-01-11
Ngày Phát Hành 2018-04-02
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.affiliatefuture.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.affiliatefuture.com/
URL Trang Trợ Giúp http://www.affiliatefuturesupport.co.uk/
URL Trang Chính Sách Bảo Mật http://affiliatefuture.com/Legal/privacy
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}