Shopee Master

Shopee Master

¿Qué es Shopee Master?

Shopee Master es una extensión de Chrome desarrollada por https://www.shopeemaster.cn, y su función principal es "Shopee Master".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Shopee Master

Descarga archivos de extensión Shopee Master en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Shopee sales monitoring statistics
Shopee product sales statistics
Check out Shopee competitor sales monitoring
Shopee销量监控统计
查看Shopee竞争对手销量
Shopee产品销量统计                    

Información Básica de la Extensión

Nombre Shopee Master Shopee Master
ID hlkklhhmbjkefmcdkbdiidhcgapofcbo
URL Oficial https://chrome.google.com/webstore/detail/shopee-master/hlkklhhmbjkefmcdkbdiidhcgapofcbo
Descripción Shopee Master
Tamaño del Archivo 605 KB
Cantidad de Instalaciones 445
Versión Actual 1.00
Última Actualización 2021-08-09
Fecha de Publicación 2021-08-09
Desarrollador https://www.shopeemaster.cn
Correo electrónico [email protected]
Tipo de Pago in_app
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shopee Master",
    "short_name": "Shopee Master",
    "description": "Shopee Master",
    "version": "1.00",
    "author": "Shopee Master",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "action": {
        "default_icon": {
            "48": "img\/icon48.png"
        },
        "default_title": "Shopee Master",
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "homepage_url": "https:\/\/wwww.shopeemaster.cn\/",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.shopee.tw\/*",
                "*:\/\/shopee.tw\/*",
                "*:\/\/*.shopee.cn\/*",
                "*:\/\/shopee.cn\/*",
                "*:\/\/*.shopeesz.com\/*",
                "*:\/\/*.shopee.co.id\/*",
                "*:\/\/shopee.co.id\/*",
                "*:\/\/*.shopee.vn\/*",
                "*:\/\/shopee.vn\/*",
                "*:\/\/shopee.co.th\/*",
                "*:\/\/*.shopee.co.th\/*",
                "*:\/\/shopee.ph\/*",
                "*:\/\/*.shopee.ph\/*",
                "*:\/\/shopee.com.my\/*",
                "*:\/\/*.shopee.com.my\/*",
                "*:\/\/shopee.sg\/*",
                "*:\/\/*.shopee.sg\/*",
                "*:\/\/shopee.com.br\/*",
                "*:\/\/*.shopee.com.br\/*",
                "*:\/\/shopee.com\/*",
                "*:\/\/*.shopee.com\/*",
                "*:\/\/*.xiapibuy.com\/*"
            ],
            "css": [
                "asset\/css\/layui.css",
                "asset\/theme\/default\/layer.css"
            ],
            "js": [
                "asset\/jquery.js",
                "asset\/layui.js",
                "asset\/layer.js",
                "asset\/echarts.min.js",
                "asset\/essos.js",
                "content.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage",
        "*:\/\/*.shopee.tw\/*",
        "*:\/\/shopee.tw\/*",
        "*:\/\/*.shopee.cn\/*",
        "*:\/\/shopee.cn\/*",
        "*:\/\/*.shopeesz.com\/*",
        "*:\/\/*.shopee.co.id\/*",
        "*:\/\/shopee.co.id\/*",
        "*:\/\/*.shopee.vn\/*",
        "*:\/\/shopee.vn\/*",
        "*:\/\/shopee.co.th\/*",
        "*:\/\/*.shopee.co.th\/*",
        "*:\/\/shopee.ph\/*",
        "*:\/\/*.shopee.ph\/*",
        "*:\/\/shopee.com.my\/*",
        "*:\/\/*.shopee.com.my\/*",
        "*:\/\/shopee.sg\/*",
        "*:\/\/*.shopee.sg\/*",
        "*:\/\/shopee.com.br\/*",
        "*:\/\/*.shopee.com.br\/*",
        "*:\/\/shopee.com\/*",
        "*:\/\/*.shopee.com\/*",
        "*:\/\/*.xiapibuy.com\/*"
    ]
}