Affiliaters.in

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

Affiliaters.in क्या है?

Affiliaters.in 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Affiliaters.in एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}