eMAG Helper
Afișează cel mai mic preț pentru produsele de pe eMAG.ro.
What is eMAG Helper?
eMAG Helper is a Chrome extension developed by alerte-stoc.ro, and its main feature is "Afișează cel mai mic preț pentru produsele de pe eMAG.ro.".
Extension Screenshots
Download eMAG Helper Extension CRX File
Download eMAG Helper 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
Această extensie înregistrează prețul minim al produselor vândute de eMAG (excluzând partenerii) și cel mai mic preț înregistrat în ultimele 30 zile și le afișează convenabil în pagină, desupra butonului de adăugare în coș. Folosesc afiliere pentru a putea menține extensia.
Extension Basic Information
Name | eMAG Helper |
ID | gnbapmkgimhnohmenmigclmpbcofafne |
Official URL | https://chromewebstore.google.com/detail/emag-helper/gnbapmkgimhnohmenmigclmpbcofafne |
Description | Afișează cel mai mic preț pentru produsele de pe eMAG.ro. |
File Size | 13.97 KB |
Installation Count | 915 |
Current Version | 0.1.1 |
Last Updated | 2022-05-08 |
Publish Date | 2021-10-14 |
Rating | 4.09/5 Total 11 Ratings |
Developer | alerte-stoc.ro |
[email protected] | |
Payment Type | free |
Supported Languages | ro |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "eMAG Helper", "version": "0.1.1", "description": "Afi\u0219eaz\u0103 cel mai mic pre\u021b pentru produsele de pe eMAG.ro.", "permissions": [ "https:\/\/*.emag.ro\/*", "https:\/\/*.profitshare.ro\/*", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*.emag.ro\/*", "https:\/\/*.profitshare.ro\/*" ], "run_at": "document_start" } ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |