Affiliaters.in

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

Τι είναι το Affiliaters.in;

Το Affiliaters.in είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.affiliaters.in, και η κύρια λειτουργία του είναι "This is a Full on Automatic Affiliaters Package.We Provide One Click converter to your affiliate link automatically.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Affiliaters.in

Λήψη αρχείων επέκτασης Affiliaters.in σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Affiliaters.in Affiliaters.in
ID deeanjhpmnanhbhidpgpbljbafhpekef
Επίσημο URL https://chrome.google.com/webstore/detail/affiliatersin/deeanjhpmnanhbhidpgpbljbafhpekef
Περιγραφή This is a Full on Automatic Affiliaters Package.We Provide One Click converter to your affiliate link automatically.
Μέγεθος Αρχείου 73.06 KB
Αριθμός Εγκαταστάσεων 83
Τρέχουσα Έκδοση 1.0.0.5
Τελευταία Ενημέρωση 2020-07-18
Ημερομηνία Δημοσίευσης 2020-04-19
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://www.affiliaters.in
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://affiliaters.in
Διεύθυνση URL της Σελίδας Βοήθειας https://affiliaters.in
URL της Σελίδας Πολιτικής Απορρήτου https://affiliaters.in
Υποστηριζόμενες Γλώσσες 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"
    }
}