DealYo

DealYo helps shoppers overcome the issue with deal discovery

Co to jest DealYo?

DealYo to rozszerzenie Chrome opracowane przez https://www.deal-yo.com, a jego główną funkcją jest „DealYo helps shoppers overcome the issue with deal discovery”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia DealYo

Pobierz pliki rozszerzeń DealYo w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa DealYo DealYo
ID jiompfngfcaamphfbflpmbckkfeneoeb
Oficjalny URL https://chromewebstore.google.com/detail/dealyo/jiompfngfcaamphfbflpmbckkfeneoeb
Opis DealYo helps shoppers overcome the issue with deal discovery
Rozmiar pliku 240 KB
Liczba instalacji 52
Aktualna Wersja 1.0.6
Ostatnia Aktualizacja 2024-02-11
Data Publikacji 2023-11-05
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper https://www.deal-yo.com
E-mail aarthinats@gmail.com
Typ Płatności free
Strona Rozszerzenia https://www.deal-yo.com
Adres URL Strony Pomocy https://www.deal-yo.com/contact-10
Adres URL Strony Polityki Prywatności https://www.deal-yo.com/privacy-policy
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}