AliTools
Tracking all international parcels from aliexpress, search in goods, search by image and fast access to the Aliexpress.com menu
Wat is AliTools?
AliTools is een Chrome-extensie ontwikkeld door 029a, en de belangrijkste functie is "Tracking all international parcels from aliexpress, search in goods, search by image and fast access to the Aliexpress.com menu".
Extensie Screenshots
Download het CRX-bestand van de extensie AliTools
Download AliTools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Tracking all international parcels from aliexpress, search in goods and fast access of the Aliexpress.com menu
Basisinformatie over de Extensie
Naam | AliTools |
ID | bohhfnkdmlckklmcojekleinmiimldgg |
Officiële URL | https://chromewebstore.google.com/detail/alitools/bohhfnkdmlckklmcojekleinmiimldgg |
Beschrijving | Tracking all international parcels from aliexpress, search in goods, search by image and fast access to the Aliexpress.com menu |
Bestandsgrootte | 121 KB |
Aantal Installaties | 4,878 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2024-01-20 |
Publicatiedatum | 2020-05-25 |
Beoordeling | 3.60/5 Totaal 10 Beoordelingen |
Ontwikkelaar | 029a |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://chinapost.ru/privacy/dev.txt |
Ondersteunde Talen | 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": [ " |