DealYo

DealYo helps shoppers overcome the issue with deal discovery

What is DealYo?

DealYo is a Chrome extension developed by https://www.deal-yo.com, and its main feature is "DealYo helps shoppers overcome the issue with deal discovery".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download DealYo Extension CRX File

Download DealYo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name DealYo DealYo
ID jiompfngfcaamphfbflpmbckkfeneoeb
Official URL https://chromewebstore.google.com/detail/dealyo/jiompfngfcaamphfbflpmbckkfeneoeb
Description DealYo helps shoppers overcome the issue with deal discovery
File Size 240 KB
Installation Count 52
Current Version 1.0.6
Last Updated 2024-02-11
Publish Date 2023-11-05
Rating 5.00/5 Total 4 Ratings
Developer https://www.deal-yo.com
Email [email protected]
Payment Type free
Extension Website https://www.deal-yo.com
Help Page URL https://www.deal-yo.com/contact-10
Privacy Policy Page URL https://www.deal-yo.com/privacy-policy
Supported Languages 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": [
                ""
            ]
        }
    ]
}