Kendo
Simply the best deals! Finding great deals online can be tedious - let Kendo do the hard work for you. Kendo shopping finds the…
Was ist Kendo?
Kendo ist eine Chrome-Erweiterung, die von https://vitara.info entwickelt wurde, und ihr Hauptmerkmal ist "Simply the best deals! Finding great deals online can be tedious - let Kendo do the hard work for you. Kendo shopping finds the…".
Erweiterungsscreenshots
Kendo-Erweiterungs-CRX-Datei herunterladen
Laden Sie Kendo-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
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gfkmgghdehpjbgmkjdklloiobnjncdom |
| Offizielle URL | https://chromewebstore.google.com/detail/kendo/gfkmgghdehpjbgmkjdklloiobnjncdom |
| Beschreibung | Simply the best deals! Finding great deals online can be tedious - let Kendo do the hard work for you. Kendo shopping finds the… |
| Dateigröße | 8.94 KB |
| Installationsanzahl | 191 |
| Aktuelle Version | 1.2.8 |
| Letztes Update | 2016-05-31 |
| Veröffentlichungsdatum | 2016-05-31 |
| Bewertung | 5.00/5 Insgesamt 7 Bewertungen |
| Entwickler | https://vitara.info |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | http://www.kendoshopping.com/FAQ.html |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Kendo",
"short_name": "Kendo",
"version": "1.2.8",
"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\/"
} | |