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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 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"
    ]
}