Auto Follow Targeting Shopee

Follow and Unfollow profiles in Shopee

什么是Auto Follow Targeting Shopee?

Auto Follow Targeting Shopee是由Magix Marketing开发的Chrome扩展程序,该扩展的主要功能是“Follow and Unfollow profiles in Shopee”。

扩展截图

screenshot

下载Auto Follow Targeting Shopee扩展crx文件

下载Auto Follow Targeting Shopee扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Find targeted prospect ( real buyer ) in Shopee by using this tools

- follow and unfollow user in shopee
- find find and follow user who left positive feedback / review of certain product
- find find and follow user who are not seller in Shopee
- find and follow only active user                    

扩展基本信息

名称 Auto Follow Targeting Shopee Auto Follow Targeting Shopee
ID nmcaloklbmedbeiephgjkjlaclgaheen
官方URL https://chromewebstore.google.com/detail/auto-follow-targeting-sho/nmcaloklbmedbeiephgjkjlaclgaheen
简介 Follow and Unfollow profiles in Shopee
文件大小 136 KB
安装次数 672
当前版本 4.5.1
更新时间 2022-11-23
上架时间 2022-11-23
开发者 Magix Marketing
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Follow Targeting Shopee",
    "description": "Follow and Unfollow profiles in Shopee",
    "version": "4.5.1",
    "icons": {
        "16": "shopee.png",
        "48": "shopee.png",
        "128": "shopee.png"
    },
    "browser_action": {
        "name": "Follow Targeting Shopee",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/shopee.com.my\/*"
            ],
            "run_at": "document_idle",
            "css": [
                "myStyles.css"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "activeTab",
        "alarms",
        "notifications",
        "http:\/\/localhost\/*",
        "https:\/\/belajarshopee.com\/*",
        "https:\/\/shopee.com.my\/*"
    ],
    "manifest_version": 2
}