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 |
| 官方網址 | 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\/"
} | |