AliTools

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

AliToolsคืออะไร?

AliTools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 029a และคุณลักษณะหลักของมันคือ "Tracking all international parcels from aliexpress, search in goods, search by image and fast access to the Aliexpress.com menu"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AliTools

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
                ""
            ]
        }
    ]
}