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是由One Technology開發的Chrome擴展程式,該擴展的主要功能是“Search for items on Aliexpress in countries such as Poland, Slovakia, Czech Republic, France, Spain, and Italy.”。

擴展截圖

screenshot

下載Aliexpress - Sort By Europe擴展crx文件

下載Aliexpress - Sort By Europe擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
隱私政策頁面URL 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"
    ]
}