Pret Mic
Emag Pret Mic
Cos'è Pret Mic?
Pret Mic è un'estensione di Chrome sviluppata da https://sites.google.com/site/tiborkiss1980, e la sua funzione principale è "Emag Pret Mic".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pret Mic
Scarica i file di estensione Pret Mic in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Pret Mic |
ID | aipdmncodcfpifdkbpdlonfhlbilljgk |
URL Ufficiale | https://chromewebstore.google.com/detail/pret-mic/aipdmncodcfpifdkbpdlonfhlbilljgk |
Descrizione | Emag Pret Mic |
Dimensione del File | 26.76 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2020-12-23 |
Data di Pubblicazione | 2020-12-22 |
Sviluppatore | https://sites.google.com/site/tiborkiss1980 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |