Affiliate Future Extension

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

Wat is Affiliate Future Extension?

Affiliate Future Extension is een Chrome-extensie ontwikkeld door https://www.affiliatefuture.com, en de belangrijkste functie is "Affiliate Future publishers are able to easily get deep link and voucher details for advertisers, helping you earn more commission.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Affiliate Future Extension

Download Affiliate Future Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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]                    

Basisinformatie over de Extensie

Naam Affiliate Future Extension Affiliate Future Extension
ID mgodnlkeiikphpbcipjcfhohjoinefcg
Officiële URL https://chromewebstore.google.com/detail/affiliate-future-extensio/mgodnlkeiikphpbcipjcfhohjoinefcg
Beschrijving Affiliate Future publishers are able to easily get deep link and voucher details for advertisers, helping you earn more commission.
Bestandsgrootte 158 KB
Aantal Installaties 220
Huidige Versie 2.5.0
Laatst Bijgewerkt 2023-01-11
Publicatiedatum 2018-04-02
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://www.affiliatefuture.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.affiliatefuture.com/
Help Pagina-URL http://www.affiliatefuturesupport.co.uk/
URL van de Privacybeleid Pagina http://affiliatefuture.com/Legal/privacy
Ondersteunde Talen 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'"
    }
}