Aliexpress - Sort By Europe

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

ما هو Aliexpress - Sort By Europe؟

Aliexpress - Sort By Europe هو إضافة Chrome تم تطويرها بواسطة One Technology، والميزة الرئيسية لها هي "Search for items on Aliexpress in countries such as Poland, Slovakia, Czech Republic, France, Spain, and Italy.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Aliexpress - Sort By Europe

قم بتنزيل ملفات الامتداد Aliexpress - Sort By Europe بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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..!!!                    

معلومات أساسية عن التمديد

الاسم Aliexpress - Sort By Europe Aliexpress - Sort By Europe
ID enklaoclgbpklnnhhnhlaknhfmkhembg
عنوان URL الرسمي https://chromewebstore.google.com/detail/aliexpress-sort-by-europe/enklaoclgbpklnnhhnhlaknhfmkhembg
الوصف Search for items on Aliexpress in countries such as Poland, Slovakia, Czech Republic, France, Spain, and Italy.
حجم الملف 341 KB
عدد التثبيتات 49
النسخة الحالية 4.1
آخر تحديث 2023-07-30
تاريخ النشر 2023-04-02
المطور One Technology
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://sites.google.com/view/avengerprivacypolicy/home
اللغات المدعومة 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"
    ]
}