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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}