GeTNum v3 by ExtensionsWorld

A tool for easy, fast and automatic search of tracking numbers from UPS.com. Most useful for dropshippers

GeTNum v3 by ExtensionsWorld là gì?

GeTNum v3 by ExtensionsWorld là một tiện ích mở rộng Chrome được phát triển bởi https://extensionsworld.com, và tính năng chính của nó là "A tool for easy, fast and automatic search of tracking numbers from UPS.com. Most useful for dropshippers".

Ả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 GeTNum v3 by ExtensionsWorld

Tải xuống các tệp mở rộng GeTNum v3 by ExtensionsWorld 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

                        A tool for easy, fast and automatic search of tracking numbers from UPS.com. Most useful for dropshippers                    

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

Tên GeTNum v3 by ExtensionsWorld GeTNum v3 by ExtensionsWorld
ID oiekimnpgnlniggcjlopglijgmohcmne
URL Chính Thức https://chromewebstore.google.com/detail/getnum-v3-by-extensionswo/oiekimnpgnlniggcjlopglijgmohcmne
Mô tả A tool for easy, fast and automatic search of tracking numbers from UPS.com. Most useful for dropshippers
Kích Thước Tệp 19.02 KB
Số Lần Cài Đặt 1,188
Phiên Bản Hiện Tại 3.3.4
Cập Nhật Lần Cuối 2023-01-02
Ngày Phát Hành 2021-09-07
Đánh Giá 4.55/5 Tổng số 29 Đánh Giá
Nhà Phát Triển https://extensionsworld.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://extensionsworld.com/UPS
URL Trang Trợ Giúp https://extensionsworld.com/contact
URL Trang Chính Sách Bảo Mật https://extensionsworld.com/legal
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GeTNum v3 by ExtensionsWorld",
    "permissions": [
        "storage"
    ],
    "version": "3.3.4",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "ups128.png",
        "64": "ups64.png",
        "32": "ups32.png",
        "16": "ups16.png"
    },
    "action": {
        "default_icon": {
            "128": "ups128.png",
            "64": "ups64.png",
            "32": "ups32.png",
            "16": "ups16.png"
        },
        "default_title": "GeTNum v3",
        "default_popup": "html\/index.html"
    }
}