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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thereviewindex.com และคุณลักษณะหลักของมันคือ "Summarize reviews from Amazon.com, Amazon.co.uk, Amazon.ca, Amazon.in. More marketplaces to be supported soon!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TheReviewIndex - Reviews Summarizer

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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\/*"
    ]
}