Aliexpress Seller Check

Allows to easy navigate on Aliexpress menu, search goods and track parcels

Aliexpress Seller Check là gì?

Aliexpress Seller Check là một tiện ích mở rộng Chrome được phát triển bởi FFFFx029A, và tính năng chính của nó là "Allows to easy navigate on Aliexpress menu, search goods and track parcels".

Ả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 Aliexpress Seller Check

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

                        You can easy navigate on Aliexpress, search goods, track parcels and search goods by image / photo  (right click in any image on web pages and press "Search by this image on Aliexpress" button)                    

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

Tên Aliexpress Seller Check Aliexpress Seller Check
ID mibmplgflabdmnnoncnedjfdpidjblnk
URL Chính Thức https://chromewebstore.google.com/detail/aliexpress-seller-check/mibmplgflabdmnnoncnedjfdpidjblnk
Mô tả Allows to easy navigate on Aliexpress menu, search goods and track parcels
Kích Thước Tệp 75.04 KB
Số Lần Cài Đặt 35,803
Phiên Bản Hiện Tại 1.62
Cập Nhật Lần Cuối 2024-01-19
Ngày Phát Hành 2020-05-25
Đánh Giá 4.32/5 Tổng số 398 Đánh Giá
Nhà Phát Triển FFFFx029A
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ợ en,en-GB,en-US,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "bg.js",
        "type": "module"
    },
    "action": {
        "default_icon": "19x19.png",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_chrome_extension_description__",
    "icons": {
        "128": "128x128.png",
        "16": "16x16.png",
        "48": "48x48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_chrome_extension_name__",
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*.searchbyimage.ru\/*"
    ],
    "short_name": "__MSG_chrome_extension_short_name__",
    "version": "1.62",
    "web_accessible_resources": [
        {
            "resources": [
                "background.html",
                "bg.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}