Shoptimate : automatic price comparison
Shoptimate compares prices automatically for you. We provide coupons and price alerts.
Cos'è Shoptimate : automatic price comparison?
Shoptimate : automatic price comparison è un'estensione di Chrome sviluppata da https://shoptimate.com, e la sua funzione principale è "Shoptimate compares prices automatically for you. We provide coupons and price alerts.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Shoptimate : automatic price comparison
Scarica i file di estensione Shoptimate : automatic price comparison 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
Stop spending time searching for a better deal.
Shoptimate is an automatic price comparison tool for Chrome. It shows the price of a product on other retailer on the product detail page.
It also suggest a curated list of coupons for hundreds of merchants.
Changelog
=========
1.6 : fix issue that added the same URL in the browser history.
1.5 : reduce permission requirement for more privacy for our users.
1.4 : fix the crash of Chrome when opening the options by right-clicking on the icon at the top-right of Chrome. Informazioni di Base sull'Estensione
| Nome | |
| ID | bibdombdcdbbnfdjkaajfgnfhlapibde |
| URL Ufficiale | https://chromewebstore.google.com/detail/shoptimate-automatic-pric/bibdombdcdbbnfdjkaajfgnfhlapibde |
| Descrizione | Shoptimate compares prices automatically for you. We provide coupons and price alerts. |
| Dimensione del File | 107 KB |
| Conteggio Installazioni | 35,456 |
| Versione Corrente | 1.6 |
| Ultimo Aggiornamento | 2023-03-25 |
| Data di Pubblicazione | 2019-01-09 |
| Valutazione | 4.34/5 Totale 292 Valutazioni |
| Sviluppatore | https://shoptimate.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.shoptimate.com |
| Lingue Supportate | de,en,fr,nl,es,it,pl,pt-BR,pt-PT,cs,ru,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Sourcefully.com",
"background": {
"service_worker": "js\/shoptimate-background.js"
},
"content_scripts": [
{
"js": [
"js\/jquery-3.5.1.min.js",
"shoptimate.js"
],
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_start"
}
],
"default_locale": "en",
"description": "__MSG_extDescription__",
"icons": {
"128": "icon.png"
},
"manifest_version": 3,
"name": "__MSG_extName__",
"options_ui": {
"page": "options.html"
},
"action": {
"browser_style": true,
"default_title": "Shoptimate",
"default_icon": "icon.png"
},
"permissions": [
"webNavigation",
"storage",
"notifications"
],
"host_permissions": [
"https:\/\/api.shoptimate.com\/*",
"https:\/\/toolbar.shoptimate.com\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"short_name": "Shoptimate.com",
"version": "1.6",
"web_accessible_resources": [
{
"resources": [
"frame.html",
"loading.html"
],
"extension_ids": [
"jjkjeolkhanoemknfjnjjlljnbmdcffj",
"bibdombdcdbbnfdjkaajfgnfhlapibde"
]
}
]
} | |