Onereview

Get a single summarized review of the most helpful consumer product reviews on your Amazon product page.

Onereview là gì?

Onereview là một tiện ích mở rộng Chrome được phát triển bởi onereview4, và tính năng chính của nó là "Get a single summarized review of the most helpful consumer product reviews on your Amazon product page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Onereview

Tải xuống các tệp mở rộng Onereview dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Quit wasting time on Amazon reviews. Instantly decide with one trusted review.

We summarize the most helpful reviews into one, so you don't have to. Starting with Amazon, our smart Chrome extension automatically highlights and summarizes the positives and negatives of a product based on customer reviews.

Simply add onereview to your browser and keep shopping as you always do. Our pop-up will show on any page with Amazon customer reviews.
We’ll help you summarize the information you’re looking for and supercharge your decision making.

Decide in seconds about any one of the 1,000,000s of products offered across Amazon.

We use latest GPT technology to power our AI summarization.
Please allow a few seconds for the final summary to load, we are working on bringing you the fastest experience.

FAQs:
- Which permissions does onereview require from me?
When we read and summarize things for you on Amazon, we cache the summary on your device for three days. This ensures that when you browse different pages on Amazon, the summary will pop up right away without waiting. This helps us by using less power in our server, which means it is faster for you. If you ever want to get a new summary you can click "Refresh" and it will make a new one for you.

- Which websites does onereview support for analyzing and summarizing reviews? 
Please visit our website for the latest additions of our supported sites.
https://yep.so/p/onereview                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Onereview Onereview
ID banpkhocodjcaeekfflnojjhghchfmho
URL Chính Thức https://chromewebstore.google.com/detail/onereview/banpkhocodjcaeekfflnojjhghchfmho
Mô tả Get a single summarized review of the most helpful consumer product reviews on your Amazon product page.
Kích Thước Tệp 398 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2023-05-29
Ngày Phát Hành 2023-05-25
Đánh Giá 5.00/5 Tổng số 13 Đánh Giá
Nhà Phát Triển onereview4
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://yep.so/p/onereview
URL Trang Trợ Giúp https://yep.so/p/onereview
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Onereview",
    "version": "0.0.3",
    "description": "Get a single summarized review of the most helpful consumer product reviews on your Amazon product page.",
    "action": {
        "default_icon": {
            "16": ".\/assets\/icon.png",
            "48": ".\/assets\/icon.png",
            "128": ".\/assets\/icon.png"
        },
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "options_ui": {
        "page": ".\/dist\/options\/index.html"
    },
    "icons": {
        "16": ".\/assets\/icon.png",
        "48": ".\/assets\/icon.png",
        "128": ".\/assets\/icon.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/dist\/contentScripts\/index.global.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' http:\/\/localhost:3303; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}