AliExpress Find Cheap

Aliexpress Find Cheap Product

ما هو AliExpress Find Cheap؟

AliExpress Find Cheap هو إضافة Chrome تم تطويرها بواسطة bravoapp46، والميزة الرئيسية لها هي "Aliexpress Find Cheap Product".

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

screenshot
screenshot

تحميل ملف CRX للإضافة AliExpress Find Cheap

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

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

                        Aliexpress Find Cheap Product is small extention help you search product on aliexpress.com by image ,helps to find similar products on aliexpress.com most accurately and with the best product price. 
Just right click on product image and choose “FIND CHEAPER DEALS FROM OTHER VENDORS”.

 Typical user cases:
•	Show similar products
•	Discover visually relevant products to find the best deals

Find the lowest price product on AliExpress

Looking for similar products at better prices on Aliexpress?
 
AliExpress Find Cheap will help you find a supplier:

+ Best shipping time.
+ Best supplier rating.
+ Save time and money.

Happy shopping with aliexpress!
Email support [email protected]                    

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

الاسم AliExpress Find Cheap AliExpress Find Cheap
ID aobdkfpbifceldnnokbnfdcmdfhdjddm
عنوان URL الرسمي https://chromewebstore.google.com/detail/aliexpress-find-cheap/aobdkfpbifceldnnokbnfdcmdfhdjddm
الوصف Aliexpress Find Cheap Product
حجم الملف 312 KB
عدد التثبيتات 539
النسخة الحالية 1.0.0
آخر تحديث 2022-05-20
تاريخ النشر 2022-05-20
تقييم 5.00/5 مجموع تقييمات 3
المطور bravoapp46
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://alidropshipfinder.com/aliexpress-find-product-cheap
عنوان صفحة المساعدة https://alidropshipfinder.com/aliexpress-find-product-cheap
عنوان صفحة سياسة الخصوصية 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",
    "version": "1.0.0",
    "manifest_version": 3,
    "name": "AliExpress Find Cheap",
    "description": "Aliexpress Find Cheap Product",
    "icons": {
        "128": "asset\/image\/icon.png",
        "16": "asset\/image\/icon.png",
        "48": "asset\/image\/icon.png"
    },
    "default_locale": "en",
    "action": [],
    "content_scripts": [
        {
            "js": [
                "asset\/js\/libs\/jquery.min.js",
                "asset\/js\/ct.js"
            ],
            "css": [
                "asset\/css\/content.css"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.alipay.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/api.dropshipautofinder.info\/"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "asset\/js\/*.js",
                "asset\/image\/*.png",
                "asset\/css\/*.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "asset\/js\/bg.js",
        "type": "module"
    }
}