Affiliaters.in

This is a Full on Automatic Affiliaters Package.We Provide One Click converter to your affiliate link automatically.

Cos'è Affiliaters.in?

Affiliaters.in è un'estensione di Chrome sviluppata da https://www.affiliaters.in, e la sua funzione principale è "This is a Full on Automatic Affiliaters Package.We Provide One Click converter to your affiliate link automatically.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Affiliaters.in

Scarica i file di estensione Affiliaters.in 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

                        We are Providing this extension to our user who is using affiliaters.in. A tool to provide all the possible way to help in affiliater for there affiliate marketing. We are helping them to convert url to there own affiliate url.

Sharing there post/ marketing matterial to whatsapp (Unlimited groups/broadcast), Telegram channels (Unlimited), Twitter and many other features too.

Join us and save your time for your family.                    

Informazioni di Base sull'Estensione

Nome Affiliaters.in Affiliaters.in
ID deeanjhpmnanhbhidpgpbljbafhpekef
URL Ufficiale https://chrome.google.com/webstore/detail/affiliatersin/deeanjhpmnanhbhidpgpbljbafhpekef
Descrizione This is a Full on Automatic Affiliaters Package.We Provide One Click converter to your affiliate link automatically.
Dimensione del File 73.06 KB
Conteggio Installazioni 83
Versione Corrente 1.0.0.5
Ultimo Aggiornamento 2020-07-18
Data di Pubblicazione 2020-04-19
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://www.affiliaters.in
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://affiliaters.in
URL della Pagina di Aiuto https://affiliaters.in
URL della Pagina della Politica sulla Privacy https://affiliaters.in
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Affiliaters.in",
    "version": "1.0.0.5",
    "description": "This is a Full on Automatic Affiliaters Package.We Provide One Click converter to your affiliate link automatically.",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": {
        "name": "Govind Tiwari",
        "email": "[email protected]"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content.js",
                "contentRequest.js"
            ],
            "matches": [
                "https:\/\/www.flipkart.com\/*",
                "https:\/\/www.amazon.in\/*",
                "http:\/\/localhost\/*"
            ]
        }
    ],
    "permissions": [
        "bookmarks",
        "storage",
        "tabs",
        "https:\/\/afltrs.in\/*",
        "https:\/\/app.affiliaters.in\/*"
    ],
    "browser_action": {
        "default_title": "Created By Govind Tiwari <3",
        "default_popup": "popup.html"
    }
}