Prestashop Dropshipping Aliexpress
Easily import bulk products from AliExpress to your online store. Automatically fulfill your orders on AliExpress by one click.
什么是Prestashop Dropshipping Aliexpress?
Prestashop Dropshipping Aliexpress是由Globo开发的Chrome扩展程序,该扩展的主要功能是“Easily import bulk products from AliExpress to your online store. Automatically fulfill your orders on AliExpress by one click.”。
扩展截图
下载Prestashop Dropshipping Aliexpress扩展crx文件
下载Prestashop Dropshipping Aliexpress扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The extension is a part of Prestashop Dropshipping Aliexpress Module.. So when use the extension, you must download Prestashop Dropshipping Aliexpress module: https://addons.prestashop.com/en/45060-dropshipping-aliexpress.html The extension will do the tasks: - Load product data from Aliexpress.com and send to Prestashop module. - Automatic placed your order in Aliexpress.
扩展基本信息
名称 | Prestashop Dropshipping Aliexpress |
ID | mpgigiljfaoednoffglmjmbeafajcakb |
官方URL | https://chromewebstore.google.com/detail/prestashop-dropshipping-a/mpgigiljfaoednoffglmjmbeafajcakb |
简介 | Easily import bulk products from AliExpress to your online store. Automatically fulfill your orders on AliExpress by one click. |
文件大小 | 177 KB |
安装次数 | 914 |
当前版本 | 1.11 |
更新时间 | 2022-06-21 |
上架时间 | 2020-02-18 |
评分 | 3.00/5 共9次评分 |
开发者 | Globo |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://globosoftware.net/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "css": [ "mycss.css" ], "js": [ "jquery.js", "contentscript.js" ], "matches": [ "https:\/\/*.aliexpress.com\/*", "http:\/\/*.aliexpress.com\/*", "http:\/\/aliexpress.ru\/*", "https:\/\/aliexpress.ru\/*", "https:\/\/*.aliexpress.ru\/*", "http:\/\/*.aliexpress.ru\/*" ], "run_at": "document_end" } ], "description": "Easily import bulk products from AliExpress to your online store. Automatically fulfill your orders on AliExpress by one click.", "icons": { "128": "images\/128.png", "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjHjQ\/yvRHrcf55MQdf3vFkycFhfZTO1cus3kgG0RjT8cM1er7fq08AUAOSjOztIYsLzqWxy\/\/mBSrgJHBHUlhg0aC+Q7Rgf4ffiUFphyNJHsBuCZIGki3794re7F3y7hP2Q5u2x9fKp\/IZUfcHOUu3a2PaE08XCHBZ6AbC7P8OEIs8Z0S3yMxcnrH3MExaT3X+o1wLXI3jiYcQ7\/jTZSiUEZZNnSuidkuDo\/m2rjdTo5pcbxnbQNm4xUxnYPk5uktBeQNfaVOr3XibG09YiQNQFx4Jh3X+BlqddloHBNTgcCDYEpA6AUmm2eEovMyvT9cRsVgwpxJ79KoMz6x0X8tQIDAQAB", "manifest_version": 2, "name": "Prestashop Dropshipping Aliexpress", "page_action": { "default_icon": { "128": "images\/128.png", "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png" }, "default_popup": "popup.html" }, "permissions": [ "activeTab", "declarativeContent", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.11", "web_accessible_resources": [ "mycss.css", "*.png", "jquery.js", "myscript.js" ] } |