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
官方網址 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
}