Dropship Tracking and TBA Conversion

The Dropship Tracking Extension is for users wanting to convert their AMZL Tracking numbers to a different format that is…

Dropship Tracking and TBA Conversion là gì?

Dropship Tracking and TBA Conversion là một tiện ích mở rộng Chrome được phát triển bởi Scepter Tools, và tính năng chính của nó là "The Dropship Tracking Extension is for users wanting to convert their AMZL Tracking numbers to a different format that is…".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dropship Tracking and TBA Conversion

Tải xuống các tệp mở rộng Dropship Tracking and TBA Conversion 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

                        The Dropship Tracking Extension is for users wanting to convert their AMZL Tracking numbers to a different format that is acceptable by marketplaces. You can run the conversion for single tracking numbers or for all TBA numbers. It drastically speeds up the conversion and submission process.                    

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

Tên Dropship Tracking and TBA Conversion Dropship Tracking and TBA Conversion
ID pchopfmnphphkbgfmmhebiggkopncpld
URL Chính Thức https://chromewebstore.google.com/detail/dropship-tracking-and-tba/pchopfmnphphkbgfmmhebiggkopncpld
Mô tả The Dropship Tracking Extension is for users wanting to convert their AMZL Tracking numbers to a different format that is…
Kích Thước Tệp 292 KB
Số Lần Cài Đặt 281
Phiên Bản Hiện Tại 3.3
Cập Nhật Lần Cuối 2021-06-08
Ngày Phát Hành 2020-12-08
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Scepter Tools
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sceptermarketing.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dropship Tracking and TBA Conversion",
    "version": "3.3",
    "description": "",
    "manifest_version": 2,
    "incognito": "split",
    "icons": {
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "persistent": true,
        "page": "background\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/gp\/your-account\/order-history*",
                "https:\/\/www.amazon.com\/progress-tracker\/package\/*"
            ],
            "js": [
                "scripts\/trigger.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.amazon.it\/gp\/your-account\/order-history*",
                "https:\/\/www.amazon.it\/progress-tracker\/package\/*"
            ],
            "js": [
                "scripts\/trigger.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.amazon.ca\/gp\/your-account\/order-history*",
                "https:\/\/www.amazon.ca\/progress-tracker\/package\/*"
            ],
            "js": [
                "scripts\/trigger.js"
            ]
        }
    ],
    "permissions": [
        "notifications",
        "identity",
        "identity.email",
        "http:\/\/3.86.137.112\/*",
        "https:\/\/connectorange.io\/*",
        "https:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.it\/*",
        "https:\/\/www.amazon.ca\/*",
        "https:\/\/www.bluecare.express\/api\/AddInfo",
        "webRequestBlocking",
        "webRequest"
    ]
}