Affiliate Future Extension

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

Cos'è Affiliate Future Extension?

Affiliate Future Extension è un'estensione di Chrome sviluppata da https://www.affiliatefuture.com, e la sua funzione principale è "Affiliate Future publishers are able to easily get deep link and voucher details for advertisers, helping you earn more commission.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Affiliate Future Extension

Scarica i file di estensione Affiliate Future Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Affiliate Future Extension Affiliate Future Extension
ID mgodnlkeiikphpbcipjcfhohjoinefcg
URL Ufficiale https://chromewebstore.google.com/detail/affiliate-future-extensio/mgodnlkeiikphpbcipjcfhohjoinefcg
Descrizione Affiliate Future publishers are able to easily get deep link and voucher details for advertisers, helping you earn more commission.
Dimensione del File 158 KB
Conteggio Installazioni 220
Versione Corrente 2.5.0
Ultimo Aggiornamento 2023-01-11
Data di Pubblicazione 2018-04-02
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://www.affiliatefuture.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.affiliatefuture.com/
URL della Pagina di Aiuto http://www.affiliatefuturesupport.co.uk/
URL della Pagina della Politica sulla Privacy http://affiliatefuture.com/Legal/privacy
Lingue Supportate 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'"
    }
}