ShopinBot

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

什么是ShopinBot?

ShopinBot是由https://www.livecommerce.es开发的Chrome扩展程序,该扩展的主要功能是“Importa productos de Amazon, Aliexpress, Zooplus, ChinaBrand, Gogomall, etc...”。

扩展截图

screenshot

下载ShopinBot扩展crx文件

下载ShopinBot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ***********************
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...                    

扩展基本信息

名称 ShopinBot ShopinBot
ID ebhkmadlmbkcbkpbccmodmgikoepmemd
官方URL https://chromewebstore.google.com/detail/shopinbot/ebhkmadlmbkcbkpbccmodmgikoepmemd
简介 Importa productos de Amazon, Aliexpress, Zooplus, ChinaBrand, Gogomall, etc...
文件大小 54.1 KB
安装次数 368
当前版本 0.0.9.7
更新时间 2021-08-10
上架时间 2019-06-06
评分 5.00/5 共2次评分
开发者 https://www.livecommerce.es
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://www.livecommerce.es/es/cms/dropshipping-con-shopinbot
隐私政策页面URL https://www.livecommerce.es/es/cms/politica-de-privacidad
支持的语言 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\/*"
        ]
    }
}