Kendo Shopping
Simply the best deals! Finding great deals online can be tedious - let Kendo do the hard work for you. Kendo shopping finds the…
Cos'è Kendo Shopping?
Kendo Shopping è un'estensione di Chrome sviluppata da https://kendoshopping.com, e la sua funzione principale è "Simply the best deals! Finding great deals online can be tedious - let Kendo do the hard work for you. Kendo shopping finds the…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kendo Shopping
Scarica i file di estensione Kendo Shopping 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
Simply the best deals!
Finding great deals online can be tedious - let Kendo do the hard work for you.
Kendo shopping finds the best deals for you!
Get it now it is free and 100% safe - no registration needed! Informazioni di Base sull'Estensione
| Nome | |
| ID | gkpfamolibhlimdhkkcolaimcedlcikl |
| URL Ufficiale | https://chromewebstore.google.com/detail/kendo-shopping/gkpfamolibhlimdhkkcolaimcedlcikl |
| Descrizione | Simply the best deals! Finding great deals online can be tedious - let Kendo do the hard work for you. Kendo shopping finds the… |
| Dimensione del File | 8.94 KB |
| Conteggio Installazioni | 141 |
| Versione Corrente | 1.2.7 |
| Ultimo Aggiornamento | 2016-05-30 |
| Data di Pubblicazione | 2016-05-30 |
| Valutazione | 5.00/5 Totale 9 Valutazioni |
| Sviluppatore | https://kendoshopping.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.kendoshopping.com |
| URL della Pagina di Aiuto | http://www.kendoshopping.com/FAQ.html |
| URL della Pagina della Politica sulla Privacy | http://www.kendoshopping.com/FAQ.html |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Kendo Shopping",
"short_name": "Kendo Shopping",
"version": "1.2.7",
"web_accessible_resources": [
"jsdist\/kendo-shopping-extension.js"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_end",
"js": [
"jsdist\/kendo-shopping-content.js"
]
}
],
"icons": {
"16": "images\/kendo-128x128.png",
"48": "images\/logo128.png",
"128": "images\/logo128.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"homepage_url": "http:\/\/kendoshopping.com\/"
} | |