eMAG HELPER Resigilate

Verifică stocurile la resigilate

Co je eMAG HELPER Resigilate?

eMAG HELPER Resigilate je rozšíření Chrome vyvinuté MalaTheMan, a jeho hlavní funkcí je „Verifică stocurile la resigilate“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření eMAG HELPER Resigilate

Stáhněte si soubory rozšíření eMAG HELPER Resigilate ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Vezi PRIMUL ofertele la resigilate pentru produsul pe care îl cauți!

1. Intră pe emag
2. Caută cât mai precis produsul dorit în bara pentru căutare
3. Alege din stânga categoria din care face parte
4. Bifează opțiunea de "Resigilate"
5. Apasă butonul de salvare din stânga jos
6. Așteaptă notificările pe computer sau deschide din când în când extensia din bara de sus.                    

Základní Informace o Rozšíření

Název eMAG HELPER Resigilate eMAG HELPER Resigilate
ID pbalffnaocbnjcplacoaopdjihcbppjg
Oficiální URL https://chromewebstore.google.com/detail/emag-helper-resigilate/pbalffnaocbnjcplacoaopdjihcbppjg
Popis Verifică stocurile la resigilate
Velikost souboru 188 KB
Počet instalací 60
Aktuální Verze 1.1
Poslední Aktualizace 2023-01-10
Datum Vydání 2022-03-24
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář MalaTheMan
E-mail [email protected]
Typ Platby free
Podporované Jazyky ro
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "eMAG HELPER Resigilate",
    "description": "Verific\u0103 stocurile la resigilate",
    "version": "1.1",
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "permissions": [
        "commands",
        "storage",
        "notifications",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/www.emag.ro\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.emag.ro\/search\/*"
            ],
            "css": [
                "css\/emagresigilatehelper.css"
            ],
            "js": [
                "js\/emagresigilatehelper.js"
            ]
        }
    ]
}