Aliexpress - Sort By Europe

Search for items on Aliexpress in countries such as Poland, Slovakia, Czech Republic, France, Spain, and Italy.

Qu'est-ce que Aliexpress - Sort By Europe ?

Aliexpress - Sort By Europe est une extension Chrome développée par One Technology, et sa fonction principale est "Search for items on Aliexpress in countries such as Poland, Slovakia, Czech Republic, France, Spain, and Italy.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Aliexpress - Sort By Europe

Téléchargez les fichiers d'extension Aliexpress - Sort By Europe 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

                        Aliexpress - Sort By Europe helps you finds items on Aliexpress in countries such as Poland, Slovakia, Czech Republic, France, Spain, and Italy.

Aliexpress Features:

(✔) Sort product by warehouses.

(✔) Sort product By price

(✔) Sort product By Shipping cost

(✔)  Search for fast shipping

(✔)  Search stores with coupons all within Europe.

 Are you shopping in aliexpress from Europe? If yes this extension is for you.

You can get product from aliexpress from your close warehouses.You can search products which ships fast also helps to sort product by price. You can sort product by free shipping And search for coupon of aliexpress.

Have a try..!!!                    

Informations de Base sur l'Extension

Nom Aliexpress - Sort By Europe Aliexpress - Sort By Europe
ID enklaoclgbpklnnhhnhlaknhfmkhembg
URL Officiel https://chromewebstore.google.com/detail/aliexpress-sort-by-europe/enklaoclgbpklnnhhnhlaknhfmkhembg
Description Search for items on Aliexpress in countries such as Poland, Slovakia, Czech Republic, France, Spain, and Italy.
Taille du Fichier 341 KB
Nombre d'Installations 49
Version Actuelle 4.1
Dernière Mise à Jour 2023-07-30
Date de Publication 2023-04-02
Développeur One Technology
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sites.google.com/view/avengerprivacypolicy/home
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Aliexpress - Sort By Europe ",
    "short_name": "Aliexpress Eu",
    "version": "4.1",
    "author": "Ben",
    "description": "Search for items on Aliexpress in countries such as Poland, Slovakia, Czech Republic, France, Spain, and Italy.",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": "\/images\/icon48.png",
        "default_popup": "popup.html",
        "default_title": "Aliexpress Europe"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ]
}