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…
什么是Kendo Shopping?
Kendo Shopping是由https://kendoshopping.com开发的Chrome扩展程序,该扩展的主要功能是“Simply the best deals! Finding great deals online can be tedious - let Kendo do the hard work for you. Kendo shopping finds the…”。
扩展截图
下载Kendo Shopping扩展crx文件
下载Kendo Shopping扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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! 扩展基本信息
| 名称 | |
| ID | gkpfamolibhlimdhkkcolaimcedlcikl |
| 官方URL | https://chromewebstore.google.com/detail/kendo-shopping/gkpfamolibhlimdhkkcolaimcedlcikl |
| 简介 | Simply the best deals! Finding great deals online can be tedious - let Kendo do the hard work for you. Kendo shopping finds the… |
| 文件大小 | 8.94 KB |
| 安装次数 | 141 |
| 当前版本 | 1.2.7 |
| 更新时间 | 2016-05-30 |
| 上架时间 | 2016-05-30 |
| 评分 | 5.00/5 共9次评分 |
| 开发者 | https://kendoshopping.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://www.kendoshopping.com |
| 帮助页面URL | http://www.kendoshopping.com/FAQ.html |
| 隐私政策页面URL | http://www.kendoshopping.com/FAQ.html |
| 支持的语言 | 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\/"
} | |