Shopee bost product

Nhấn vào biểu tưởng icon Shopee của extension để chạy Đẩy sản phẩm, đăng nhập và treo tab đó ko làm gì cả, làm việc thì mở tab mới

Shopee bost product란 무엇입니까?

Shopee bost product은(는) sanwp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Nhấn vào biểu tưởng icon Shopee của extension để chạy Đẩy sản phẩm, đăng nhập và treo tab đó ko làm gì cả, làm việc thì mở tab mới"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Shopee bost product 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Manage Shopee product and alway up product to the top
Tự động đẩy sản phẩm shopee lên top                    

확장 프로그램 기본 정보

이름 Shopee bost product Shopee bost product
ID lnplnjdlbpjlhfboajjeligjohholgpi
공식 URL https://chromewebstore.google.com/detail/shopee-bost-product/lnplnjdlbpjlhfboajjeligjohholgpi
설명 Nhấn vào biểu tưởng icon Shopee của extension để chạy Đẩy sản phẩm, đăng nhập và treo tab đó ko làm gì cả, làm việc thì mở tab mới
파일 크기 150 KB
설치 횟수 59
현재 버전 1.0
최근 업데이트 2021-06-27
출시 날짜 2021-06-26
개발자 sanwp.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sanwp.com
도움말 페이지 URL https://sanwp.com/lien-he/
개인정보 보호 정책 페이지 URL https://sanwp.com/chinh-sach
지원되는 언어 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shopee bost product",
    "version": "1.0",
    "description": "Nh\u1ea5n v\u00e0o bi\u1ec3u t\u01b0\u1edfng icon Shopee c\u1ee7a extension \u0111\u1ec3 ch\u1ea1y \u0110\u1ea9y s\u1ea3n ph\u1ea9m, \u0111\u0103ng nh\u1eadp v\u00e0 treo tab \u0111\u00f3 ko l\u00e0m g\u00ec c\u1ea3, l\u00e0m vi\u1ec7c th\u00ec m\u1edf tab m\u1edbi",
    "author": "sanwp.com",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/background-api.js",
            "js\/client.js",
            "js\/script_extension.js"
        ]
    },
    "browser_action": {
        "default_title": "banhang.shopee.vn",
        "default_popup": "main.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/; object-src 'self'",
    "oauth2": {
        "client_id": "57836493358-imkliiln3c0uipm5fa8oqhvqvdtmlfja.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    },
    "icons": {
        "128": "icon\/128.png"
    },
    "permissions": [
        "storage",
        "identity",
        "unlimitedStorage",
        "storage",
        "*:\/\/*.shopee.vn\/*",
        "https:\/\/banhang.shopee.vn\/*",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "activeTab"
    ],
    "content_scripts": [
        {
            "css": [
                "css\/styles.css",
                "css\/jquery.datetimepicker.min.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/socket.io.min.js",
                "js\/script.js"
            ],
            "matches": [
                "*:\/\/*.shopee.vn\/*",
                "https:\/\/banhang.shopee.vn\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "popup.html",
        "option.html"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq0gmkywjhm7exXUPfTSh97T6Q9Vw8M4Sxd5impEpWdfMdRLE5B8fgFjdPbd+6A3B9NWKaPb8kbUVzEoC6Wr\/Kn78mq+EU1ENZjhhiyAEH+9njdwyPJMddQ9SWXqGLWSS1\/ye1sq8Fe2bpHXX3Kq1Pm1OnTbH6P6E1D\/l5QQiubTXHWQxIXC5tfLPJ8qEprpgjs4v042ufcQ1QeGVyukOThOKFfWXz+f6WwBPNTmIrXfTwXG+bIS0KYn0l4dDOdmsb3Drwcy8ni4wF1mvOZNu3C9wUSHnIf1B8PmymuWDswVJaA1pEHxD9EoSFV3lEysvbvDcWMP63C6IZW7YMM7brwIDAQAB"
}