Aliexpress Seller Check

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

什么是Aliexpress Seller Check?

Aliexpress Seller Check是由FFFFx029A开发的Chrome扩展程序,该扩展的主要功能是“Allows to easy navigate on Aliexpress menu, search goods and track parcels”。

扩展截图

screenshot
screenshot

下载Aliexpress Seller Check扩展crx文件

下载Aliexpress Seller Check扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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)                    

扩展基本信息

名称 Aliexpress Seller Check Aliexpress Seller Check
ID mibmplgflabdmnnoncnedjfdpidjblnk
官方URL https://chromewebstore.google.com/detail/aliexpress-seller-check/mibmplgflabdmnnoncnedjfdpidjblnk
简介 Allows to easy navigate on Aliexpress menu, search goods and track parcels
文件大小 75.04 KB
安装次数 35,803
当前版本 1.62
更新时间 2024-01-19
上架时间 2020-05-25
评分 4.32/5 共398次评分
开发者 FFFFx029A
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://chinapost.ru/privacy/dev.txt
支持的语言 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}