Aliexpress ePacket identificator

Easily identify aliexpress products with ePacket Finder or SF eParcel

ما هو Aliexpress ePacket identificator؟

Aliexpress ePacket identificator هو إضافة Chrome تم تطويرها بواسطة DropshipMeta 2، والميزة الرئيسية لها هي "Easily identify aliexpress products with ePacket Finder or SF eParcel".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Aliexpress ePacket identificator

قم بتنزيل ملفات الامتداد Aliexpress ePacket identificator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This Aliexpress ePacket finder & identification let you find the products that offer ePacket and SF eParcel shipping easly to save your time
Why our extension is better than others ? 
1. you can also identify SF eParcel that its also a fast & cheap shipping company for some countries
2. 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
Add our extension and save 30% of your time !                    

معلومات أساسية عن التمديد

الاسم Aliexpress ePacket identificator Aliexpress ePacket identificator
ID khgcejcjgjnnoknmgmmdjodfbnebjmpl
عنوان URL الرسمي https://chromewebstore.google.com/detail/aliexpress-epacket-identi/khgcejcjgjnnoknmgmmdjodfbnebjmpl
الوصف Easily identify aliexpress products with ePacket Finder or SF eParcel
حجم الملف 358 KB
عدد التثبيتات 2,122
النسخة الحالية 0.0.6
آخر تحديث 2020-07-20
تاريخ النشر 2020-07-17
تقييم 2.63/5 مجموع تقييمات 8
المطور DropshipMeta 2
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.dropshipping-ebay.com
عنوان صفحة سياسة الخصوصية https://dropshipmeta.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aliexpress ePacket identificator",
    "short_name": "Aliexpress ePacket & SF eParcel Identificator",
    "version": "0.0.6",
    "description": "Easily identify aliexpress products with ePacket Finder or SF eParcel",
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*.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\/*"
            ],
            "js": [
                "lib\/jquery-3.2.1.min.js",
                "js\/domTask.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}