Pret Mic
Emag Pret Mic
Was ist Pret Mic?
Pret Mic ist eine Chrome-Erweiterung, die von https://sites.google.com/site/tiborkiss1980 entwickelt wurde, und ihr Hauptmerkmal ist "Emag Pret Mic".
Erweiterungsscreenshots
Pret Mic-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pret Mic-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | aipdmncodcfpifdkbpdlonfhlbilljgk |
| Offizielle URL | https://chromewebstore.google.com/detail/pret-mic/aipdmncodcfpifdkbpdlonfhlbilljgk |
| Beschreibung | Emag Pret Mic |
| Dateigröße | 26.76 KB |
| Installationsanzahl | 17 |
| Aktuelle Version | 0.0.1 |
| Letztes Update | 2020-12-23 |
| Veröffentlichungsdatum | 2020-12-22 |
| Entwickler | https://sites.google.com/site/tiborkiss1980 |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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\/*"
]
} | |