eMAG HELPER Resigilate

Verifică stocurile la resigilate

What is eMAG HELPER Resigilate?

eMAG HELPER Resigilate is a Chrome extension developed by MalaTheMan, and its main feature is "Verifică stocurile la resigilate".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download eMAG HELPER Resigilate Extension CRX File

Download eMAG HELPER Resigilate 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

                        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.                    

Extension Basic Information

Name eMAG HELPER Resigilate eMAG HELPER Resigilate
ID pbalffnaocbnjcplacoaopdjihcbppjg
Official URL https://chromewebstore.google.com/detail/emag-helper-resigilate/pbalffnaocbnjcplacoaopdjihcbppjg
Description Verifică stocurile la resigilate
File Size 188 KB
Installation Count 60
Current Version 1.1
Last Updated 2023-01-10
Publish Date 2022-03-24
Rating 5.00/5 Total 1 Ratings
Developer MalaTheMan
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}