Pret Mic
Emag Pret Mic
What is Pret Mic?
Pret Mic is a Chrome extension developed by https://sites.google.com/site/tiborkiss1980, and its main feature is "Emag Pret Mic".
Extension Screenshots
Download Pret Mic Extension CRX File
Download Pret Mic 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
This extension support the comparison of prices between emag and a price comparison site. The goal of the application is to support buyer in the decision of buying a good or service.
Extension Basic Information
Name | Pret Mic |
ID | aipdmncodcfpifdkbpdlonfhlbilljgk |
Official URL | https://chromewebstore.google.com/detail/pret-mic/aipdmncodcfpifdkbpdlonfhlbilljgk |
Description | Emag Pret Mic |
File Size | 26.76 KB |
Installation Count | 17 |
Current Version | 0.0.1 |
Last Updated | 2020-12-23 |
Publish Date | 2020-12-22 |
Developer | https://sites.google.com/site/tiborkiss1980 |
[email protected] | |
Payment Type | free |
Supported Languages | ro |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pret Mic", "description": "Emag Pret Mic", "version": "0.0.1", "manifest_version": 2, "icons": { "16": "icons\/dr_16.png", "48": "icons\/dr_48.png", "128": "icons\/dr_128.png" }, "background": { "scripts": [ ".\/src\/background.js" ] }, "options_page": ".\/html\/options.html", "browser_action": { "default_popup": ".\/html\/popup.html" }, "content_scripts": [ { "js": [ ".\/src\/inject.js" ], "matches": [ "https:\/\/www.emag.ro\/*" ] } ], "permissions": [ "tabs", "https:\/\/www.emag.ro\/*", "https:\/\/www.compari.ro\/*" ] } |