Aliexpess Epacket Finder

Easy Finder for product with Epacket on Aliexpress

Apa itu Aliexpess Epacket Finder?

Aliexpess Epacket Finder adalah ekstensi Chrome yang dikembangkan oleh bravoapp46, dan fitur utamanya adalah "Easy Finder for product with Epacket on Aliexpress".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Aliexpess Epacket Finder

Unduh file ekstensi Aliexpess Epacket Finder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Aliexpess Epacket Finder Aliexpess Epacket Finder
ID andkofjmochflkanoplalhnelececong
URL Resmi https://chromewebstore.google.com/detail/aliexpess-epacket-finder/andkofjmochflkanoplalhnelececong
Deskripsi Easy Finder for product with Epacket on Aliexpress
Ukuran File 366 KB
Jumlah Instalasi 462
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2022-04-26
Tanggal Publikasi 2019-07-24
Penilaian 2.00/5 Total 1 Penilaian
Pengembang bravoapp46
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://alidropshipfinder.com/
URL Halaman Bantuan https://alidropshipfinder.com/
URL Halaman Kebijakan Privasi https://alidropshipfinder.com/privacy-and-cookies-policy
Bahasa yang Didukung 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"
        ]
    }
}