AliTools

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

什么是AliTools?

AliTools是由029a开发的Chrome扩展程序,该扩展的主要功能是“Tracking all international parcels from aliexpress, search in goods, search by image and fast access to the Aliexpress.com menu”。

扩展截图

screenshot

下载AliTools扩展crx文件

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

扩展使用说明

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

扩展基本信息

名称 AliTools AliTools
ID bohhfnkdmlckklmcojekleinmiimldgg
官方URL https://chromewebstore.google.com/detail/alitools/bohhfnkdmlckklmcojekleinmiimldgg
简介 Tracking all international parcels from aliexpress, search in goods, search by image and fast access to the Aliexpress.com menu
文件大小 121 KB
安装次数 4,878
当前版本 2.0
更新时间 2024-01-20
上架时间 2020-05-25
评分 3.60/5 共10次评分
开发者 029a
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://chinapost.ru/privacy/dev.txt
支持的语言 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": [
                ""
            ]
        }
    ]
}