AliTools

Tracking all international parcels from aliexpress, search in goods, search by image and fast access to the Aliexpress.com menu

AliTools là gì?

AliTools là một tiện ích mở rộng Chrome được phát triển bởi 029a, và tính năng chính của nó là "Tracking all international parcels from aliexpress, search in goods, search by image and fast access to the Aliexpress.com menu".

Ả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 AliTools

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

                        Tracking all international parcels from aliexpress, search in goods and fast access of the Aliexpress.com menu                    

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

Tên AliTools AliTools
ID bohhfnkdmlckklmcojekleinmiimldgg
URL Chính Thức https://chromewebstore.google.com/detail/alitools/bohhfnkdmlckklmcojekleinmiimldgg
Mô tả Tracking all international parcels from aliexpress, search in goods, search by image and fast access to the Aliexpress.com menu
Kích Thước Tệp 121 KB
Số Lần Cài Đặt 4,878
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2024-01-20
Ngày Phát Hành 2020-05-25
Đánh Giá 3.60/5 Tổng số 10 Đánh Giá
Nhà Phát Triển 029a
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://chinapost.ru/privacy/dev.txt
Ngôn Ngữ Được Hỗ Trợ de,en,en-GB,en-US,fr,es,es-419,it,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_chrome_extension_name__",
    "short_name": "__MSG_chrome_extension_short_name__",
    "description": "__MSG_chrome_extension_description__",
    "version": "2.0",
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_chrome_extension_short_name__"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "\/js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.ru\/*",
                "https:\/\/*.aliexpress.us\/*"
            ],
            "js": [
                "\/js\/inject.js"
            ]
        }
    ],
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "libs\/*",
                "js\/config.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}