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文件

下载Aliexpess Epacket Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
        ]
    }
}