DropShipping Order from Ebay to Aliexpress

AUTO Fullfillment Order from Ebay to Aliexpress. DropShipping Tool

什么是DropShipping Order from Ebay to Aliexpress?

DropShipping Order from Ebay to Aliexpress是由aliwinning8888开发的Chrome扩展程序,该扩展的主要功能是“AUTO Fullfillment Order from Ebay to Aliexpress. DropShipping Tool”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载DropShipping Order from Ebay to Aliexpress扩展crx文件

下载DropShipping Order from Ebay to Aliexpress扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Dropshipping Order: Auto Fullfill Order From Ebay To Aliexpress
You are doing dropshipping on Ebay via the Aliexpress platform. Our solution will help you save time for ordering.
Simple, effective, accurate.
Dropshipping Order: Auto Fullfill Order From Ebay To Aliexpress will help you order quickly and accurately. 
Main fuction
+ Automatically copy orders from Ebay to Aliexpress with just one click.
+ Screen to confirm and check purchase information.
Dropshipping Automation Tool Team.                    

扩展基本信息

名称 DropShipping Order from Ebay to Aliexpress DropShipping Order from Ebay to Aliexpress
ID njjcinchnnbjhliemajlepfdadohkgio
官方URL https://chromewebstore.google.com/detail/dropshipping-order-from-e/njjcinchnnbjhliemajlepfdadohkgio
简介 AUTO Fullfillment Order from Ebay to Aliexpress. DropShipping Tool
文件大小 201 KB
安装次数 145
当前版本 1.0.2
更新时间 2022-01-03
上架时间 2019-07-06
评分 5.00/5 共1次评分
开发者 aliwinning8888
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://dropshipautoorder.info/privacy
支持的语言 id,de,en,fr,nl,vi,tr,es,lt,pl,ru,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "manifest_version": 2,
    "name": "DropShipping Order from Ebay to Aliexpress",
    "description": "AUTO Fullfillment Order from Ebay to Aliexpress. DropShipping Tool",
    "icons": {
        "128": "assets\/icons\/icon128.png",
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "assets\/icons\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/libs\/jquery.min.js",
                "assets\/libs\/bootstrap\/js\/bootstrap.min.js",
                "assets\/js\/content.js"
            ],
            "css": [
                "assets\/libs\/bootstrap\/css\/bootstrap.min.css",
                "assets\/css\/content.css"
            ],
            "matches": [
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.order.test\/*",
                "*:\/\/*.ebay.co.uk\/*",
                "*:\/\/*.ebay.fr\/*",
                "*:\/\/*.ebay.ca\/*",
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.alipay.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/connect.facebook.net https:\/\/facebook.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "web_accessible_resources": [
        "*"
    ],
    "background": {
        "page": "background.html"
    }
}