ShopinBot

Importa productos de Amazon, Aliexpress, Zooplus, ChinaBrand, Gogomall, etc...

ShopinBot là gì?

ShopinBot là một tiện ích mở rộng Chrome được phát triển bởi https://www.livecommerce.es, và tính năng chính của nó là "Importa productos de Amazon, Aliexpress, Zooplus, ChinaBrand, Gogomall, etc...".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ShopinBot

Tải xuống các tệp mở rộng ShopinBot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ***********************
AVISO IMPORTANTE:
***********************
Para poder utilizar esta extensión es necesario tener una cuenta de ShopinBot. 
Puedes darte de alta desde esta URL:
https://www.livecommerce.es/dropshipping-con-shopinbot

ShopinBot permite extraer información de tiendas online como Amazon, Aliexpress, Zooplus, ChinaBrand, ElCorteIngles, Ebay, PcComponentes, Ikea, Gogomall, etc... y guardarla en tu cuenta de ShopinBot.

Desde ShopinBot podrás publicar esos productos en plataformas como Ebay o en tu propia tienda online.

Esta extensión ahorra mucho tiempo a la hora de crear productos para tu catálogo. 
Es capaz de extraer toda la información del producto. Galería de imágenes, descripción, atributos, combinaciones, título, precio, stock, etc...                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ShopinBot ShopinBot
ID ebhkmadlmbkcbkpbccmodmgikoepmemd
URL Chính Thức https://chromewebstore.google.com/detail/shopinbot/ebhkmadlmbkcbkpbccmodmgikoepmemd
Mô tả Importa productos de Amazon, Aliexpress, Zooplus, ChinaBrand, Gogomall, etc...
Kích Thước Tệp 54.1 KB
Số Lần Cài Đặt 368
Phiên Bản Hiện Tại 0.0.9.7
Cập Nhật Lần Cuối 2021-08-10
Ngày Phát Hành 2019-06-06
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.livecommerce.es
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.livecommerce.es/es/cms/dropshipping-con-shopinbot
URL Trang Chính Sách Bảo Mật https://www.livecommerce.es/es/cms/politica-de-privacidad
Ngôn Ngữ Được Hỗ Trợ es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShopinBot",
    "short_name": "ShopinBot",
    "version": "0.0.9.7",
    "description": "Importa productos de Amazon, Aliexpress, Zooplus, ChinaBrand, Gogomall, etc...",
    "web_accessible_resources": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "name": "ShopinBot",
        "icons": [
            "img\/icons\/icon-32.png"
        ],
        "default_icon": {
            "19": "img\/icons\/icon-32.png"
        },
        "default_title": "ShopinBot"
    },
    "icons": {
        "16": "img\/icons\/icon-32.png",
        "48": "img\/icons\/icon-64.png",
        "128": "img\/icons\/icon-128.png",
        "256": "img\/icons\/icon-256.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/import-scripts.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "manifest_version": 2,
    "externally_connectable": {
        "matches": [
            "*:\/\/*.shopincloud.com\/*",
            "*:\/\/*.shopinbot.io\/*"
        ]
    }
}