DSAutopilot addresses and orders copier

Getmoretracks Extension + dsautopilot.com app

DSAutopilot addresses and orders copier là gì?

DSAutopilot addresses and orders copier là một tiện ích mở rộng Chrome được phát triển bởi dev.namatech, và tính năng chính của nó là "Getmoretracks Extension + dsautopilot.com app".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DSAutopilot addresses and orders copier

Tải xuống các tệp mở rộng DSAutopilot addresses and orders copier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension will be helpful for Amazon and Walmart sellers to automate routine tasks.

What the extension can do:
* Exports all your orders from Amazon to dsautopilot.com just in one click
* Helps to automate orders from Amazon
* Finds tracking numbers from getmoretracks.com
* Shows Amazon orders without tracking numbers                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DSAutopilot addresses and orders copier DSAutopilot addresses and orders copier
ID honkmidaimppeonkobeoegomglfbnlhm
URL Chính Thức https://chromewebstore.google.com/detail/dsautopilot-addresses-and/honkmidaimppeonkobeoegomglfbnlhm
Mô tả Getmoretracks Extension + dsautopilot.com app
Kích Thước Tệp 222 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 3.1.0
Cập Nhật Lần Cuối 2022-10-12
Ngày Phát Hành 2021-06-11
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển dev.namatech
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DSAutopilot addresses and orders copier",
    "version": "3.1.0",
    "description": "Getmoretracks Extension + dsautopilot.com app",
    "action": {
        "default_title": "dsautopilot.com app",
        "default_icon": "img\/icon\/logo\/icon128.png"
    },
    "options_ui": {
        "page": "js\/frontend\/views\/popup\/index.html",
        "open_in_tab": false
    },
    "host_permissions": [
        "https:\/\/app.ecomcircles.com\/api\/*",
        "https:\/\/dropkit.com\/*",
        "https:\/\/sellercentral.amazon.com\/*",
        "https:\/\/www.amazon.ca\/*",
        "https:\/\/www.amazon.co.uk\/*",
        "https:\/\/www.amazon.com\/*",
        "https:\/\/www.walmart.com\/checkout*"
    ],
    "permissions": [
        "scripting",
        "storage",
        "webRequest",
        "clipboardRead"
    ],
    "icons": {
        "16": "img\/icon\/logo\/icon16.png",
        "32": "img\/icon\/logo\/icon32.png",
        "48": "img\/icon\/logo\/icon48.png",
        "128": "img\/icon\/logo\/icon128.png"
    },
    "background": {
        "service_worker": "js\/backend\/index.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sellercentral.amazon.com\/orders-v3*"
            ],
            "js": [
                "js\/lib\/jquery-3.5.1.min.js",
                "js\/lib\/notify.js",
                "js\/lib\/moment.js",
                "js\/lib\/moment-timezone.js",
                "js\/frontend\/service\/translations.js",
                "js\/frontend\/service\/eventsInjector.js",
                "js\/frontend\/service\/htmlComponents.js",
                "js\/frontend\/service\/clipboard.js",
                "js\/frontend\/service\/getmoretracksApi.js",
                "js\/frontend\/views\/seller\/amazon\/constants.js",
                "js\/frontend\/views\/seller\/amazon\/api.js",
                "js\/frontend\/views\/seller\/amazon\/index.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/dropkit.com\/orders*"
            ],
            "js": [
                "js\/lib\/jquery-3.5.1.min.js",
                "js\/frontend\/service\/dsAutopilotApi.js",
                "js\/frontend\/views\/competitors\/dropkit\/index.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/app.ecomcircles.com\/source_orders*"
            ],
            "js": [
                "js\/lib\/jquery-3.5.1.min.js",
                "js\/frontend\/service\/dsAutopilotApi.js",
                "js\/frontend\/views\/competitors\/ecomcircles\/index.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.walmart.com\/checkout*"
            ],
            "js": [
                "js\/lib\/jquery-3.5.1.min.js",
                "js\/frontend\/service\/eventsInjector.js",
                "js\/frontend\/service\/clipboard.js",
                "js\/frontend\/service\/clientAddress.js",
                "js\/frontend\/service\/htmlComponents.js",
                "js\/frontend\/service\/utils.js",
                "js\/frontend\/views\/buyer\/walmart\/index.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.ca\/*"
            ],
            "js": [
                "js\/frontend\/service\/eventsInjector.js",
                "js\/frontend\/service\/clipboard.js",
                "js\/frontend\/service\/clientAddress.js",
                "js\/frontend\/service\/htmlComponents.js",
                "js\/frontend\/service\/utils.js",
                "js\/frontend\/views\/buyer\/amazon\/index.js"
            ],
            "run_at": "document_end"
        }
    ]
}