AliTools
Tracking all international parcels from aliexpress, search in goods, search by image and fast access to the Aliexpress.com menu
What is AliTools?
AliTools is a Chrome extension developed by 029a, and its main feature is "Tracking all international parcels from aliexpress, search in goods, search by image and fast access to the Aliexpress.com menu".
Extension Screenshots
Download AliTools Extension CRX File
Download AliTools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Tracking all international parcels from aliexpress, search in goods and fast access of the Aliexpress.com menu
Extension Basic Information
Name | AliTools |
ID | bohhfnkdmlckklmcojekleinmiimldgg |
Official URL | https://chromewebstore.google.com/detail/alitools/bohhfnkdmlckklmcojekleinmiimldgg |
Description | Tracking all international parcels from aliexpress, search in goods, search by image and fast access to the Aliexpress.com menu |
File Size | 121 KB |
Installation Count | 4,878 |
Current Version | 2.0 |
Last Updated | 2024-01-20 |
Publish Date | 2020-05-25 |
Rating | 3.60/5 Total 10 Ratings |
Developer | 029a |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://chinapost.ru/privacy/dev.txt |
Supported Languages | 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": [ " |