AliTools

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

Qu'est-ce que AliTools ?

AliTools est une extension Chrome développée par 029a, et sa fonction principale est "Tracking all international parcels from aliexpress, search in goods, search by image and fast access to the Aliexpress.com menu".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AliTools

Téléchargez les fichiers d'extension AliTools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom AliTools AliTools
ID bohhfnkdmlckklmcojekleinmiimldgg
URL Officiel 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
Taille du Fichier 121 KB
Nombre d'Installations 4,878
Version Actuelle 2.0
Dernière Mise à Jour 2024-01-20
Date de Publication 2020-05-25
Évaluation 3.60/5 Total 10 Évaluations
Développeur 029a
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://chinapost.ru/privacy/dev.txt
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}