DealYo

DealYo helps shoppers overcome the issue with deal discovery

ما هو DealYo؟

DealYo هو إضافة Chrome تم تطويرها بواسطة https://www.deal-yo.com، والميزة الرئيسية لها هي "DealYo helps shoppers overcome the issue with deal discovery".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة DealYo

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

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

                        Your personal deal-tracker. Add items to DealYo and get instantly notified when the price drops.                    

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

الاسم DealYo DealYo
ID jiompfngfcaamphfbflpmbckkfeneoeb
عنوان URL الرسمي https://chromewebstore.google.com/detail/dealyo/jiompfngfcaamphfbflpmbckkfeneoeb
الوصف DealYo helps shoppers overcome the issue with deal discovery
حجم الملف 240 KB
عدد التثبيتات 52
النسخة الحالية 1.0.6
آخر تحديث 2024-02-11
تاريخ النشر 2023-11-05
تقييم 5.00/5 مجموع تقييمات 4
المطور https://www.deal-yo.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.deal-yo.com
عنوان صفحة المساعدة https://www.deal-yo.com/contact-10
عنوان صفحة سياسة الخصوصية https://www.deal-yo.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DealYo",
    "version": "1.0.6",
    "description": "DealYo helps shoppers overcome the issue with deal discovery",
    "action": {
        "default_icon": "designs\/favicon.png",
        "default_popup": "index.html",
        "default_title": "DealYo"
    },
    "permissions": [
        "notifications",
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/notifier.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}