Ciuvo Price Comparison

Price comparison, reviews and product videos right in your web browser.

Ciuvo Price Comparison란 무엇입니까?

Ciuvo Price Comparison은(는) https://ciuvo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Price comparison, reviews and product videos right in your web browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Ciuvo Price Comparison 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Ciuvo is a browser add-on which finds the best deal for you! It enhances your web experience by presenting contextually relevant information in real-time. It provides not just with the best price but also with relevant vouchers, videos, pictures and customer reviews!


*** How Ciuvo works ***

Once you visit an online shop or a product-related web page, Ciuvo gets active and analyzes the content of this page in the background, in order to read all relevant attributes of the offered product. If Ciuvo finds other offers or additional information for the product, those will be presented in a separate toolbar in your web browser. The best price will be shown directly in the Ciuvo Bar. All other offers or information (other offers, customer reviews, product videos) are displayed in their dedicated bubbles which will appear when you move the mouse on the appropriate category in the Ciuvo toolbar.

Depending on the availability of alternative offers and more information about a product may the duration of the search query vary. (between a few milliseconds to a few seconds).                    

확장 프로그램 기본 정보

이름 Ciuvo Price Comparison Ciuvo Price Comparison
ID cbmmkkbjmcidpennbibfkncodjenfpjh
공식 URL https://chromewebstore.google.com/detail/ciuvo-price-comparison/cbmmkkbjmcidpennbibfkncodjenfpjh
설명 Price comparison, reviews and product videos right in your web browser.
파일 크기 92.85 KB
설치 횟수 14,226
현재 버전 2.2.8
최근 업데이트 2022-08-09
출시 날짜 2019-03-08
평점 3.94/5 총 95 개의 평점
개발자 https://ciuvo.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.ciuvo.com/
도움말 페이지 URL http://www.ciuvo.com/faq/
개인정보 보호 정책 페이지 URL https://www.ciuvo.com/en/tou
지원되는 언어 de,en,fr,es,it,pl,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "config.js",
            "ciuvo-background-wex.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icon.png"
        },
        "default_title": "__MSG_extension_name__"
    },
    "content_security_policy": "script-src 'self'; object-src https:\/\/ciuvo.com 'self'",
    "default_locale": "en",
    "description": "__MSG_extension_desc__",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "Ciuvo Price Comparison",
    "permissions": [
        "storage",
        "webRequest",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "2.2.8",
    "web_accessible_resources": [
        "ciuvo-contentscript-wex.js"
    ]
}