Prestashop Dropshipping Aliexpress 3 IN 1
Easily import bulk products from AliExpress to your online store. Automatically fulfill your orders on AliExpress by one click.
什麼是Prestashop Dropshipping Aliexpress 3 IN 1?
Prestashop Dropshipping Aliexpress 3 IN 1是由Team community開發的Chrome擴展程式,該擴展的主要功能是“Easily import bulk products from AliExpress to your online store. Automatically fulfill your orders on AliExpress by one click.”。
擴展截圖
下載Prestashop Dropshipping Aliexpress 3 IN 1擴展crx文件
下載Prestashop Dropshipping Aliexpress 3 IN 1擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension is a part of Prestashop Dropshipping Aliexpress PRO 3 IN 1 Module
So when you use this extension, you must download Prestashop Dropshipping Aliexpress 3 IN 1
This extension will do the tasks:
- Import data of product from Aliexpress to Prestashop module
- Setting display method shipping, estimated time of delivery product. Convert money automatically of
product
- Automatically fullfill your order on Aliexpress
Link to module on Prestashop addons :
https://addons.prestashop.com/en/dropshipping/48647-aliexpress-dropshipping-pro-3-in-1.html 擴展基本資訊
| 名稱 | |
| ID | fikhfmmhmpkbifaoafbdddpkajdpcodh |
| 官方網址 | https://chromewebstore.google.com/detail/prestashop-dropshipping-a/fikhfmmhmpkbifaoafbdddpkajdpcodh |
| 簡介 | Easily import bulk products from AliExpress to your online store. Automatically fulfill your orders on AliExpress by one click. |
| 檔案大小 | 95.5 KB |
| 安裝次數 | 338 |
| 目前版本 | 1.5.4 |
| 更新時間 | 2021-07-15 |
| 上架時間 | 2020-05-26 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | Team community |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"css": [
"styles\/style.css"
],
"js": [
"scripts\/jquery.js",
"scripts\/contentScript.js"
],
"matches": [
"https:\/\/*.aliexpress.com\/*",
"http:\/\/*.aliexpress.com\/*"
],
"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": {
"16": "images\/logo16.png",
"32": "images\/logo32.png",
"48": "images\/logo48.png",
"128": "images\/logo128.png"
},
"manifest_version": 2,
"name": "Prestashop Dropshipping Aliexpress 3 IN 1",
"page_action": {
"default_icon": {
"16": "images\/logo16.png",
"32": "images\/logo32.png",
"48": "images\/logo48.png",
"128": "images\/logo128.png"
},
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"declarativeContent",
"storage"
],
"version": "1.5.4",
"web_accessible_resources": [
"styles\/style.css",
"images\/*.png",
"scripts\/jquery.js",
"scripts\/scriptAliexpress.js"
]
} | |