EU Winner

Find Winning AliExpress Products for your Dropshipping Store

EU Winnerคืออะไร?

EU Winner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://euwinner.com และคุณลักษณะหลักของมันคือ "Find Winning AliExpress Products for your Dropshipping Store"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EU Winner

ดาวน์โหลดไฟล์ส่วนขยาย EU Winner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Products updated daily, based on real sales data.

Install our FREE Chrome Extension to get access to:
- products with higher popularity,
- filtering by date, country and popularity,
- similar products on AliExpress                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ EU Winner EU Winner
ID hmkcohapdnghfejgjpapapcofjpipbmg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/eu-winner/hmkcohapdnghfejgjpapapcofjpipbmg
คำอธิบาย Find Winning AliExpress Products for your Dropshipping Store
ขนาดไฟล์ 46.21 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 0.0.1.1
อัปเดตครั้งล่าสุด 2022-09-05
วันที่เผยแพร่ 2020-10-19
ผู้พัฒนา https://euwinner.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://euwinner.com
URL หน้านโยบายความเป็นส่วนตัว https://euwinner.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EU Winner",
    "short_name": "EU Winner",
    "version": "0.0.1.1",
    "manifest_version": 3,
    "description": "Find Winning AliExpress Products for your Dropshipping Store",
    "author": "ZenTrade FZ LLE",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": ".\/icon_16.png",
        "32": ".\/icon_32.png",
        "48": ".\/icon_48.png",
        "64": ".\/icon_64.png",
        "128": ".\/icon_128.png",
        "256": ".\/icon_256.png"
    },
    "action": {
        "default_title": "EU Winner",
        "default_icon": ".\/icon_128.png",
        "scripts": "popup.js",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.euwinner.com\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                ".\/vendor\/jquery.min.js",
                "euweb.js"
            ],
            "matches": [
                "*:\/\/*.euwinner.com\/**"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/vendor\/jquery.min.js",
                "euwinner.js"
            ],
            "matches": [
                "*:\/\/*.euwinner.com\/*extnsn*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/vendor\/jquery.min.js",
                "aliexpress.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/vendor\/jquery.min.js",
                "similar.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/wishlist\/wish_item_similar_product_list.htm*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/*.png",
                "\/*.gif",
                "\/popup.html"
            ],
            "extension_ids": [
                "nfnmbfbmncloanhceljmkogmmldiahbn",
                "hmkcohapdnghfejgjpapapcofjpipbmg"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.euwinner.com\/*",
        "*:\/\/*.aliexpress.com\/*"
    ]
}