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
电子邮箱 [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"
    ]
}