Shopee Clone

Shopee Clone V1.8.5

¿Qué es Shopee Clone?

Shopee Clone es una extensión de Chrome desarrollada por adverwild, y su función principal es "Shopee Clone V1.8.5".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Shopee Clone

Descarga archivos de extensión Shopee Clone 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

                        V1.8.5 แก้ไขตามที่ Shopee Update
V1.8.4 แก้ไขตามที่ Shopee Update
V1.8.3 แก้ไขตามที่ Shopee Update
V1.8.2 แก้ไขดึงสินค้าจากลิงค์ ให้แสดงลิงค์ที่ดึงไม่ได้
V1.8.1 แก้ไข ให้ Export เป็น template lazada 
V1.8 แก้ไขตาม Shopee update
V1.7 แก้ไขตาม Shopee update
V1.6 แก้ไขตรวจสอบการ login Shopee
V1.5 แก้ไขดึงตัวเลือกสินค้า
V1.4 เพิ่มฟังก์ชั่นดึงสินค้าจากลิงค์สินค้า
V1.3 แก้ไขดึงสินค้าในร้านของเรา
V1.2 เพิ่มฟังก์ชั่นโคลนร้านจากร้านอื่นๆได้หมด
V1.1 แก้ไขดึงรูปตัวเลือกสินค้า

Shopee Tools - Clone Shop
เครื่องมือดึงข้อมูลอย่างง่ายของผลิตภัณฑ์, ราคา, อันดับการขาย, บทวิจารณ์
ส่วนขยายของ Chrome นี้ช่วยให้คุณสามารถแยกรายละเอียดของสินค้า ในรูปแบบ excel ที่แก้ไขได้ ตอนนี้คุณสามารถใช้ส่วนขยายนี้เพื่อแยกรายชื่อผลิตภัณฑ์ของคู่แข่งแบรนด์ผลิตภัณฑ์ในสเปคผลิตภัณฑ์ใด ๆ ตรวจสอบลูกค้าของผลิตภัณฑ์เฉพาะ

วิธีใช้ :

1. ไปที่ seller.shopee.com
2. กดเปิดใช้งานโปรแกรม
3. ดึงสินค้า และ Export to Excel


คุณสามารถดึงข้อมูลใดได้บ้าง:
- คุณสมบัติของผลิตภัณฑ์
- ราคา
- ราคาขายและรายละเอียด
- URL ผลิตภัณฑ์
- รูปภาพผลิตภัณฑ์และข้อมูลจำเพาะ
- รีวิวลูกค้า

การสนับสนุนทางเทคนิค :

เรายินดีรับฟังความคิดเห็นหรือความคิดเห็นเพื่อปรับปรุงผลิตภัณฑ์ กรุณาติดต่อ: [email protected]

ผู้พัฒนา: www.weloveshopee.com

Privacy Policy
https://www.adverwild.com/term.php                    

Información Básica de la Extensión

Nombre Shopee Clone Shopee Clone
ID bojfadiadhhcaicibmkgbocclddmdhia
URL Oficial https://chromewebstore.google.com/detail/shopee-clone/bojfadiadhhcaicibmkgbocclddmdhia
Descripción Shopee Clone V1.8.5
Tamaño del Archivo 223 KB
Cantidad de Instalaciones 277
Versión Actual 1.8.5
Última Actualización 2022-12-13
Fecha de Publicación 2021-02-28
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador adverwild
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.weloveshopee.com
URL de la Página de Ayuda https://www.adverwild.com/term.php
URL de la Página de Política de Privacidad https://www.weloveshopee.com/term.php
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shopee Clone",
    "short_name": "SC",
    "description": "Shopee Clone V1.8.5",
    "version": "1.8.5",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon\/icon128.png"
    },
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "permissions": [
        "https:\/\/*.shopee.co.th\/*",
        "https:\/\/*.weloveshopee.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.shopee.co.th\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "css": [
                "css\/style.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.shopee.co.th\/*?action=*"
            ],
            "css": [
                "css\/bootstrap.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "html\/*"
    ]
}