eMAG HELPER Resigilate

Verifică stocurile la resigilate

什么是eMAG HELPER Resigilate?

eMAG HELPER Resigilate是由MalaTheMan开发的Chrome扩展程序,该扩展的主要功能是“Verifică stocurile la resigilate”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载eMAG HELPER Resigilate扩展crx文件

下载eMAG HELPER Resigilate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 eMAG HELPER Resigilate eMAG HELPER Resigilate
ID pbalffnaocbnjcplacoaopdjihcbppjg
官方URL https://chromewebstore.google.com/detail/emag-helper-resigilate/pbalffnaocbnjcplacoaopdjihcbppjg
简介 Verifică stocurile la resigilate
文件大小 188 KB
安装次数 60
当前版本 1.1
更新时间 2023-01-10
上架时间 2022-03-24
评分 5.00/5 共1次评分
开发者 MalaTheMan
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}