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...」です。
拡張機能のスクリーンショット
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... 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
}
} | |