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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.affiliatefuture.com, και η κύρια λειτουργία του είναι "Affiliate Future publishers are able to easily get deep link and voucher details for advertisers, helping you earn more commission.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Affiliate Future Extension

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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'"
    }
}