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ファイルをダウンロード

Ciuvo Price Comparison拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}