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