Ciuvo Price Comparison

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

¿Qué es Ciuvo Price Comparison?

Ciuvo Price Comparison es una extensión de Chrome desarrollada por https://ciuvo.com, y su función principal es "Price comparison, reviews and product videos right in your web browser.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Ciuvo Price Comparison

Descarga archivos de extensión Ciuvo Price Comparison en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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).                    

Información Básica de la Extensión

Nombre Ciuvo Price Comparison Ciuvo Price Comparison
ID cbmmkkbjmcidpennbibfkncodjenfpjh
URL Oficial https://chromewebstore.google.com/detail/ciuvo-price-comparison/cbmmkkbjmcidpennbibfkncodjenfpjh
Descripción Price comparison, reviews and product videos right in your web browser.
Tamaño del Archivo 92.85 KB
Cantidad de Instalaciones 14,226
Versión Actual 2.2.8
Última Actualización 2022-08-09
Fecha de Publicación 2019-03-08
Calificación 3.94/5 Total de 95 Calificaciones
Desarrollador https://ciuvo.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.ciuvo.com/
URL de la Página de Ayuda http://www.ciuvo.com/faq/
URL de la Página de Política de Privacidad https://www.ciuvo.com/en/tou
Idiomas Soportados 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"
    ]
}