Auto Follow Targeting Shopee

Follow and Unfollow profiles in Shopee

Auto Follow Targeting Shopeeคืออะไร?

Auto Follow Targeting Shopee เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Magix Marketing และคุณลักษณะหลักของมันคือ "Follow and Unfollow profiles in Shopee"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Follow Targeting Shopee

ดาวน์โหลดไฟล์ส่วนขยาย 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
}