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…
Vad är Kendo Shopping?
Kendo Shopping är en Chrome-tillägg utvecklad av https://kendoshopping.com, och dess huvudfunktion är "Simply the best deals! Finding great deals online can be tedious - let Kendo do the hard work for you. Kendo shopping finds the…".
Tilläggsskärmbilder
Ladda ner Kendo Shopping-förlängningens CRX-fil
Ladda ner Kendo Shopping-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | gkpfamolibhlimdhkkcolaimcedlcikl |
| Officiell webbadress | https://chromewebstore.google.com/detail/kendo-shopping/gkpfamolibhlimdhkkcolaimcedlcikl |
| Beskrivning | Simply the best deals! Finding great deals online can be tedious - let Kendo do the hard work for you. Kendo shopping finds the… |
| Filstorlek | 8.94 KB |
| Antal Installationer | 141 |
| Aktuell Version | 1.2.7 |
| Senast Uppdaterad | 2016-05-30 |
| Publiceringsdatum | 2016-05-30 |
| Betyg | 5.00/5 Totalt 9 Betyg |
| Utvecklare | https://kendoshopping.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.kendoshopping.com |
| Hjälpsida URL | http://www.kendoshopping.com/FAQ.html |
| URL till Sekretesspolicy Sidan | http://www.kendoshopping.com/FAQ.html |
| Stödda Språk | 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\/"
} | |