Aliexpess Epacket Finder

Easy Finder for product with Epacket on Aliexpress

Aliexpess Epacket Finder란 무엇입니까?

Aliexpess Epacket Finder은(는) bravoapp46에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy Finder for product with Epacket on Aliexpress"입니다.

확장 프로그램 스크린샷

screenshot

Aliexpess Epacket Finder 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Easily find products in Aliexpress which offer ePacket shipping methods.

Why use us?
-	Easy to use and install
-	Save time to check each products to find the products which offer ePacket shipping methods
How Ali ePacket Filter works? You will easily find the product with ePacket shipping method with color highlight as follows:
-	Green Color: Free ePacket
-	Red Color: No ePacket
You will no longer waste your time to find ePacket shipping products now. Please feel free to contact us if you need any support.                    

확장 프로그램 기본 정보

이름 Aliexpess Epacket Finder Aliexpess Epacket Finder
ID andkofjmochflkanoplalhnelececong
공식 URL https://chromewebstore.google.com/detail/aliexpess-epacket-finder/andkofjmochflkanoplalhnelececong
설명 Easy Finder for product with Epacket on Aliexpress
파일 크기 366 KB
설치 횟수 462
현재 버전 0.0.3
최근 업데이트 2022-04-26
출시 날짜 2019-07-24
평점 2.00/5 총 1 개의 평점
개발자 bravoapp46
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://alidropshipfinder.com/
도움말 페이지 URL https://alidropshipfinder.com/
개인정보 보호 정책 페이지 URL https://alidropshipfinder.com/privacy-and-cookies-policy
지원되는 언어 id,de,en,fr,nl,vi,tr,es,lt,pl,ru,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "data\/icons\/icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "data\/js\/libs\/jquery.min.js",
                "data\/js\/libs\/jquery.waypoints.min.js",
                "data\/js\/content.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/*.aliexpress.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/connect.facebook.net https:\/\/facebook.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "description": "Easy Finder for product with Epacket on Aliexpress",
    "icons": {
        "128": "data\/icons\/icon128.png",
        "16": "data\/icons\/icon128.png",
        "48": "data\/icons\/icon128.png"
    },
    "default_locale": "en",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "permissions": [
        "tabs",
        "storage"
    ],
    "version": "0.0.3",
    "web_accessible_resources": [
        "data\/*"
    ],
    "background": {
        "scripts": [
            "data\/js\/libs\/jquery.min.js",
            "data\/js\/bg.js"
        ]
    }
}