TheReviewIndex - Reviews Summarizer
Summarize reviews from Amazon.com, Amazon.co.uk, Amazon.ca, Amazon.in. More marketplaces to be supported soon!
什么是TheReviewIndex - Reviews Summarizer?
TheReviewIndex - Reviews Summarizer是由https://thereviewindex.com开发的Chrome扩展程序,该扩展的主要功能是“Summarize reviews from Amazon.com, Amazon.co.uk, Amazon.ca, Amazon.in. More marketplaces to be supported soon!”。
扩展截图
下载TheReviewIndex - Reviews Summarizer扩展crx文件
下载TheReviewIndex - Reviews Summarizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Summarize gadget / electronics / appliance reviews from Amazon.
We create a feature-wise summary scorecard that allows users to consume information from several reviews almost instantly.
Currently works for Amazon.com, Amazon.in, Amazon.ca, Amazon.co.uk. Will be updated soon to other marketplaces soon. 扩展基本信息
| 名称 | |
| ID | fciomokgnajoifiiaglcjkonligobneo |
| 官方URL | https://chromewebstore.google.com/detail/thereviewindex-reviews-su/fciomokgnajoifiiaglcjkonligobneo |
| 简介 | Summarize reviews from Amazon.com, Amazon.co.uk, Amazon.ca, Amazon.in. More marketplaces to be supported soon! |
| 文件大小 | 28.49 KB |
| 安装次数 | 7,000 |
| 当前版本 | 0.0.8 |
| 更新时间 | 2017-12-27 |
| 上架时间 | 2017-12-27 |
| 评分 | 4.38/5 共13次评分 |
| 开发者 | https://thereviewindex.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | https://thereviewindex.com/blog/frequently-asked-questions |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TheReviewIndex - Reviews Summarizer",
"manifest_version": 2,
"version": "0.0.8",
"description": "Summarize reviews from Amazon.com, Amazon.co.uk, Amazon.ca, Amazon.in. More marketplaces to be supported soon!",
"browser_action": {
"default_icon": "r_disabled_64x64.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.ca\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.com.au\/*",
"*:\/\/*.amazon.de\/*",
"*:\/\/*.amazon.fr\/*",
"*:\/\/*.amazon.it\/*",
"*:\/\/*.amazon.in\/*",
"*:\/\/*.bestbuy.com\/*",
"*:\/\/*.bestbuy.ca\/*"
],
"options_page": "options.html",
"optional_permissions": [
"*:\/\/*.steampowered.com\/*",
"*:\/\/*.steamcommunity.com\/*"
]
} | |