Kendo
Simply the best deals! Finding great deals online can be tedious - let Kendo do the hard work for you. Kendo shopping finds the…
Hvad er Kendo?
Kendo er en Chrome-udvidelse udviklet af https://vitara.info, og dens hovedfunktion er "Simply the best deals! Finding great deals online can be tedious - let Kendo do the hard work for you. Kendo shopping finds the…".
Udvidelsesskærmbilleder
Download Kendo-udvidelses-CRX-fil
Download Kendo-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | gfkmgghdehpjbgmkjdklloiobnjncdom |
| Officiel URL | https://chromewebstore.google.com/detail/kendo/gfkmgghdehpjbgmkjdklloiobnjncdom |
| Beskrivelse | Simply the best deals! Finding great deals online can be tedious - let Kendo do the hard work for you. Kendo shopping finds the… |
| Filstørrelse | 8.94 KB |
| Antal Installationer | 191 |
| Nuværende Version | 1.2.8 |
| Senest Opdateret | 2016-05-31 |
| Udgivelsesdato | 2016-05-31 |
| Bedømmelse | 5.00/5 Samlet 7 Bedømmelser |
| Udvikler | https://vitara.info |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | http://www.kendoshopping.com/FAQ.html |
| Understøttede Sprog | 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\/"
} | |