DSers - AliExpress.com Product Importer
Import and sync products from AliExpress to your DSers platform account.
什么是DSers - AliExpress.com Product Importer?
DSers - AliExpress.com Product Importer是由DSers开发的Chrome扩展程序,该扩展的主要功能是“Import and sync products from AliExpress to your DSers platform account.”。
扩展截图
下载DSers - AliExpress.com Product Importer扩展crx文件
下载DSers - AliExpress.com Product Importer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
DSers Chrome Extension - AliExpress Official Dropshipping Partner Import products from AliExpress to your DSers account for Shopify and WooCommerce. DSers helps to automate your dropshipping business! It is the best way to find products, process your orders faster and enjoy 10 days delivery to grow your business! DSers Chrome Extension helps you with: - Importing Products From AliExpress - Tracking AliExpress Orders Status in Real Time - Syncing Tracking Number From AliExpress to DSers - Migrate from Oberlo,Dropified or ShopMaster to DSers easily Get more information on: DSers www.dsers.com Facebook: https://www.facebook.com/DSers-2079192392398537/ Blog: https://www.blog.dsers.com Email: [email protected]
扩展基本信息
名称 | DSers - AliExpress.com Product Importer |
ID | mmanaflgaempokjfbeeabkadnkoidjam |
官方URL | https://chromewebstore.google.com/detail/dsers-aliexpresscom-produ/mmanaflgaempokjfbeeabkadnkoidjam |
简介 | Import and sync products from AliExpress to your DSers platform account. |
文件大小 | 1.13 MB |
安装次数 | 409,280 |
当前版本 | 2.8.91 |
更新时间 | 2024-01-22 |
上架时间 | 2020-07-02 |
评分 | 4.35/5 共68次评分 |
开发者 | DSers |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.dsers.com |
隐私政策页面URL | https://www.dsers.com/privacy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Import and sync products from AliExpress to your DSers platform account.", "version": "2.8.91", "name": "DSers - AliExpress.com Product Importer", "homepage_url": "https:\/\/www.dsers.com", "options_ui": { "chrome_style": true, "open_in_tab": true, "page": "\/options.html" }, "options_page": "\/options.html", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popups\/default.html", "default_icon": "\/assets\/icons\/48x48.png" }, "content_scripts": [ { "js": [ "content.bundle.js", "scripts\/content\/getAEExt.js" ], "matches": [ "https:\/\/*.aliexpress.com\/*", "https:\/\/aliexpress.ru\/*" ], "run_at": "document_idle" }, { "css": [ "assets\/css\/main.css" ], "js": [ "content.bundle.js", "scripts\/content\/category.js" ], "matches": [ "https:\/\/*.aliexpress.com\/af\/*", "https:\/\/*.aliexpress.com\/w\/*", "https:\/\/*.aliexpress.us\/af\/*", "https:\/\/*.aliexpress.us\/w\/*", "https:\/\/*.aliexpress.com\/category\/*", "https:\/\/*.aliexpress.us\/category\/*", "https:\/\/*.aliexpress.com\/wholesale*", "https:\/\/*.aliexpress.us\/wholesale*", "https:\/\/*.aliexpress.com\/premium*", "https:\/\/*.aliexpress.us\/premium*", "https:\/\/*.aliexpress.com\/wishlist\/wish_list_product_list.htm*", "https:\/\/*.aliexpress.com\/*_reviews.html*", "https:\/\/home.aliexpress.com\/dropshipper\/ds_center.htm*", "https:\/\/*.aliexpress.com\/item\/*", "https:\/\/*.aliexpress.com\/i\/*", "https:\/\/aliexpress.ru\/*" ], "run_at": "document_idle" }, { "css": [ "assets\/css\/main.css" ], "js": [ "content.bundle.js", "scripts\/content\/aeWishlistV2.js" ], "matches": [ "https:\/\/*.aliexpress.com\/p\/wishlist\/index.html", "https:\/\/*.aliexpress.us\/p\/wishlist\/index.html" ], "run_at": "document_idle" }, { "css": [ "assets\/css\/main.css" ], "js": [ "content.bundle.js", "scripts\/content\/aeProductMiniModal.js" ], "matches": [ "https:\/\/*.aliexpress.com\/gcp\/*", "https:\/\/www.aliexpress.us\/gcp\/*", "https:\/\/best.aliexpress.com\/?*", "https:\/\/www.aliexpress.us\/?*", "https:\/\/campaign.aliexpress.com\/wow\/*", "https:\/\/*.aliexpress.com\/p\/calp-plus\/index.html*", "https:\/\/www.aliexpress.us\/p\/calp-plus\/index.html*" ], "run_at": "document_idle" }, { "js": [ "sync.bundle.js", "syncContent.bundle.js" ], "matches": [ "https:\/\/trade.aliexpress.com\/orderList.htm*", "https:\/\/trade.aliexpress.com\/order_list.htm*" ], "run_at": "document_end" }, { "css": [ "assets\/css\/main.css" ], "js": [ "content.bundle.js", "scripts\/content\/product.js" ], "matches": [ "https:\/\/*.aliexpress.com\/item\/*", "https:\/\/*.aliexpress.us\/item\/*", "https:\/\/aliexpress.ru\/item\/*", "https:\/\/*.aliexpress.com\/i\/*", "https:\/\/*.aliexpress.us\/i\/*", "https:\/\/*.aliexpress.com\/store\/product\/*" ], "run_at": "document_end" }, { "css": [ "assets\/css\/aliOrder.css" ], "js": [ "aliOrder.bundle.js", "scripts\/content\/aliOrder.js" ], "matches": [ "https:\/\/www.aliexpress.com\/p\/order\/index.html*", "https:\/\/www.aliexpress.com\/p\/order\/detail.html*", "https:\/\/*.aliexpress.us\/p\/order\/index.html*", "https:\/\/www.aliexpress.us\/p\/order\/detail.html*" ], "run_at": "document_end" }, { "js": [ "content.bundle.js", "scripts\/content\/dsers.js" ], "matches": [ "https:\/\/*.dsers.com\/*", "*:\/\/localhost\/*" ] }, { "js": [ "content.bundle.js", "scripts\/content\/order.js" ], "matches": [ "https:\/\/shoppingcart.aliexpress.com\/order\/confirm_order.htm*" ] }, { "css": [ "assets\/css\/main.css" ], "js": [ "oberlo.bundle.js", "scripts\/content\/oberlo.js" ], "matches": [ "https:\/\/app.oberlo.com\/my-products*" ], "run_at": "document_end" }, { "css": [ "assets\/css\/main.css" ], "js": [ "shopmaster.bundle.js", "scripts\/content\/shopmaster.js" ], "matches": [ "https:\/\/www.shopmaster.com\/woocommerce\/product\/index.html*" ], "run_at": "document_end" }, { "css": [ "assets\/css\/main.css" ], "js": [ "shopmaster.bundle.js", "scripts\/content\/shopmaster.js" ], "matches": [ "https:\/\/www.shopmaster.com\/shopify\/product\/index.html*" ], "run_at": "document_end" }, { "css": [ "assets\/css\/main.css" ], "js": [ "dropified.bundle.js", "scripts\/content\/dropified.js" ], "matches": [ "https:\/\/app.dropified.com\/product?store=c*" ], "run_at": "document_end" }, { "js": [ "shopifyOrder.bundle.js", "scripts\/content\/shopifyOrder.js" ], "matches": [ "https:\/\/*.myshopify.com\/admin\/orders\/*" ], "run_at": "document_end" }, { "js": [ "stasticsContent.bundle.js" ], "matches": [ "*:\/\/*.aliexpress.ru\/item*", "*:\/\/*.aliexpress.ru\/store*", "*:\/\/*.aliexpress.com\/item*", "*:\/\/*.aliexpress.com\/i\/*", "*:\/\/*.aliexpress.us\/i\/*", "*:\/\/*.aliexpress.us\/item\/*", "*:\/\/*.aliexpress.com\/store*", "*:\/\/*.aliexpress.us\/store*", "*:\/\/*.aliexpress.com\/*evaluationDetail.htm*", "*:\/\/*.aliexpress.com\/*evaluationList.htm*" ], "run_at": "document_start", "all_frames": true }, { "js": [ "dsersPageContent.bundle.js" ], "matches": [ "*:\/\/*.dsers.com\/*", "*:\/\/localhost\/*" ], "run_at": "document_start" }, { "js": [ "placeOrderContent.bundle.js" ], "matches": [ "https:\/\/shoppingcart.aliexpress.com\/orders.htm*", "https:\/\/shoppingcart.aliexpress.ru\/orders.htm*" ], "run_at": "document_start" }, { "js": [ "placeOrderContentNewOpen.bundle.js" ], "matches": [ "https:\/\/www.aliexpress.com\/p\/trade\/confirm.html*", "https:\/\/www.aliexpress.us\/p\/trade\/confirm.html*" ], "run_at": "document_start" } ], "icons": { "16": "assets\/icons\/16x16.png", "48": "assets\/icons\/48x48.png", "128": "assets\/icons\/128x128.png" }, "manifest_version": 2, "permissions": [ "notifications", "tabs", "storage", "unlimitedStorage", "webNavigation", "cookies", "https:\/\/*.aliexpress.com\/*", "https:\/\/*.aliexpress.ru\/*", "https:\/\/*.alibaba.com\/*", "https:\/\/*.aliexpress.us\/*", "https:\/\/*.1688.com\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.cainiao.com\/*", "https:\/\/*.jd.com\/*", "https:\/\/alitems.site\/*", "https:\/\/wextap.com\/*", "webRequest", "webRequestBlocking" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "assets\/images\/logo.svg", "assets\/images\/logo-full.png", "assets\/images\/logo-small.png", "assets\/images\/logo-xs.png", "assets\/images\/icon-sync.png", "assets\/images\/btn-floating.png", "assets\/images\/icon-time.png", "assets\/images\/icon-x.png", "assets\/images\/icon-import-success.png", "assets\/images\/icon-import-error.png", "assets\/images\/icon-check.png", "assets\/images\/icon-close.png", "assets\/images\/icon-close-circle.png", "assets\/images\/icon_track_normal.png", "assets\/images\/icon_track_active.png", "assets\/images\/icon_track_hover.png", "assets\/images\/icon_import_normal.png", "assets\/images\/icon_logo.png", "assets\/images\/sync.png", "assets\/images\/icon-close.svg", "\/assets\/images\/icon-warring.png", "\/assets\/images\/icon-loading.gif", "stasticsInject.bundle.js", "placeOrderInject.bundle.js", "placeOrderInjectNew.bundle.js", "placeOrderInjectNewOpen.bundle.js", "aeWishlistV2Inject.bundle.js", "options.html", "aeProductMiniModalInject.bundle.js" ], "externally_connectable": { "matches": [ "*:\/\/*.dsers.com\/*", "*:\/\/localhost:*\/*" ] } } |