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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}