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.
拡張機能の基本情報
名前 | TheReviewIndex - Reviews Summarizer |
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 |
Eメール | [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\/*" ] } |