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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
    }
}