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开发的Chrome扩展程序,该扩展的主要功能是“This is a Full on Automatic Affiliaters Package.We Provide One Click converter to your affiliate link automatically.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Affiliaters.in扩展crx文件

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