Affiliaters.in

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

What is Affiliaters.in?

Affiliaters.in is a Chrome extension developed by https://www.affiliaters.in, and its main feature is "This is a Full on Automatic Affiliaters Package.We Provide One Click converter to your affiliate link automatically.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Affiliaters.in Extension CRX File

Download Affiliaters.in extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Affiliaters.in Affiliaters.in
ID deeanjhpmnanhbhidpgpbljbafhpekef
Official URL https://chrome.google.com/webstore/detail/affiliatersin/deeanjhpmnanhbhidpgpbljbafhpekef
Description This is a Full on Automatic Affiliaters Package.We Provide One Click converter to your affiliate link automatically.
File Size 73.06 KB
Installation Count 83
Current Version 1.0.0.5
Last Updated 2020-07-18
Publish Date 2020-04-19
Rating 5.00/5 Total 4 Ratings
Developer https://www.affiliaters.in
Email [email protected]
Payment Type free
Extension Website https://affiliaters.in
Help Page URL https://affiliaters.in
Privacy Policy Page URL https://affiliaters.in
Supported Languages 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"
    }
}