AliPacket | Aliexpress ePacket Finder

Easily find aliexpress products with ePacket Finder or SF eParcel Finder

AliPacket | Aliexpress ePacket Finder란 무엇입니까?

AliPacket | Aliexpress ePacket Finder은(는) Saxsos Inc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily find aliexpress products with ePacket Finder or SF eParcel Finder"입니다.

확장 프로그램 스크린샷

screenshot

AliPacket | Aliexpress ePacket Finder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The easiest way to find products in AliExpress products with ePacket Finder or SF eParcel.

AliPacket works well simultaneously on the new aliexpess interface and the old aliexpress interface.

This Aliexpress ePacket finder let you find the products that offer ePacket and SF eParcel shipping easly to save your time.

How to Use AliPacket?
It’s as easy to use as 1, 2, 3:

1. Download and Install Easy AliExpress ePacket Finder
2. Run A Product Search On AliExpress
3. Every Product That Offers ePacket Shipping Is Highlighted For Quick Discovery.

Why our extension is better than others? 
- You can also identify SF eParcel that its also a fast & cheap shipping company for some countries
- You can easly see if the seller use epacket or not and if its free , because our extension identify it with different colors

Free ePacket : Green color
Paid ePacket : Blue color
No ePacket : Red color                    

확장 프로그램 기본 정보

이름 AliPacket | Aliexpress ePacket Finder AliPacket | Aliexpress ePacket Finder
ID ehcagmkckknfdkmjlnkmpgcignpjeool
공식 URL https://chromewebstore.google.com/detail/alipacket-aliexpress-epac/ehcagmkckknfdkmjlnkmpgcignpjeool
설명 Easily find aliexpress products with ePacket Finder or SF eParcel Finder
파일 크기 418 KB
설치 횟수 988
현재 버전 3.0.8
최근 업데이트 2021-11-28
출시 날짜 2021-02-23
평점 4.70/5 총 27 개의 평점
개발자 Saxsos Inc
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.saxsos.xyz/
도움말 페이지 URL https://www.saxsos.xyz/p/contact-us.html
개인정보 보호 정책 페이지 URL https://leadstal.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AliPacket | Aliexpress ePacket Finder",
    "short_name": "Aliexpress ePacket & SF eParcel finder.",
    "version": "3.0.8",
    "description": "Easily find aliexpress products with ePacket Finder or SF eParcel Finder",
    "permissions": [
        "storage",
        "*:\/\/*.aliexpress.ru\/*",
        "*:\/\/*.aliexpress.com\/*"
    ],
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*"
            ],
            "js": [
                "lib\/jquery-3.2.1.min.js",
                "js\/domTask.js",
                "assets\/jquery.min.js",
                "app.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}