ExpandCart AliExpress Integration
This extension imports products from aliexpress to your ExpandCart store.
什麼是ExpandCart AliExpress Integration?
ExpandCart AliExpress Integration是由https://expandcart.com開發的Chrome擴展程式,該擴展的主要功能是“This extension imports products from aliexpress to your ExpandCart store.”。
擴展截圖
下載ExpandCart AliExpress Integration擴展crx文件
下載ExpandCart AliExpress Integration擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension helps you import products directly from AliExpress to you ExpandCart store. You can import single products or import products in bulk. You can edit product details before importing, to make it easy for you to manage your product. When you full-fill an order from ExpandCart the extension will help you fill the order details and take you directly to the product order page in AliExpress. Start your store today at ExpandCart and install the AliExpress Integration App https://www.expandcart.com
擴展基本資訊
名稱 | ExpandCart AliExpress Integration |
ID | djkgogfdadkjljaplcgigkcoofhikcke |
官方網址 | https://chromewebstore.google.com/detail/expandcart-aliexpress-int/djkgogfdadkjljaplcgigkcoofhikcke |
簡介 | This extension imports products from aliexpress to your ExpandCart store. |
檔案大小 | 113 KB |
安裝次數 | 2,314 |
目前版本 | 2.5.8 |
更新時間 | 2024-02-16 |
上架時間 | 2020-06-10 |
評分 | 2.00/5 共 11 次評分 |
開發者 | https://expandcart.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.expandcart.com |
說明頁面URL | https://support.expandcart.com |
隱私政策頁面URL | https://www.expandcart.com/en/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ExpandCart AliExpress Integration", "version": "2.5.8", "manifest_version": 2, "description": "This extension imports products from aliexpress to your ExpandCart store.", "background": { "scripts": [ "resources\/scripts\/background.js" ] }, "icons": { "128": "resources\/image\/icon.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "resources\/image\/icon-disabled.png" }, "web_accessible_resources": [ "*.png", "resources\/scripts\/jquery.min.js", "resources\/scripts\/ec_inserted.js" ], "content_scripts": [ { "matches": [ "https:\/\/*.aliexpress.com\/*", "http:\/\/*.aliexpress.com\/*" ], "js": [ "resources\/scripts\/jquery.min.js", "resources\/scripts\/content.js" ], "css": [ "resources\/css\/dropship.css" ] } ] } |