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…
Wat is Kendo Shopping?
Kendo Shopping is een Chrome-extensie ontwikkeld door https://kendoshopping.com, en de belangrijkste functie is "Simply the best deals! Finding great deals online can be tedious - let Kendo do the hard work for you. Kendo shopping finds the…".
Extensie Screenshots
Download het CRX-bestand van de extensie Kendo Shopping
Download Kendo Shopping-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | gkpfamolibhlimdhkkcolaimcedlcikl |
| Officiële URL | https://chromewebstore.google.com/detail/kendo-shopping/gkpfamolibhlimdhkkcolaimcedlcikl |
| Beschrijving | Simply the best deals! Finding great deals online can be tedious - let Kendo do the hard work for you. Kendo shopping finds the… |
| Bestandsgrootte | 8.94 KB |
| Aantal Installaties | 141 |
| Huidige Versie | 1.2.7 |
| Laatst Bijgewerkt | 2016-05-30 |
| Publicatiedatum | 2016-05-30 |
| Beoordeling | 5.00/5 Totaal 9 Beoordelingen |
| Ontwikkelaar | https://kendoshopping.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://www.kendoshopping.com |
| Help Pagina-URL | http://www.kendoshopping.com/FAQ.html |
| URL van de Privacybeleid Pagina | http://www.kendoshopping.com/FAQ.html |
| Ondersteunde Talen | 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\/"
} | |