Cashaly

Cashback

¿Qué es Cashaly?

Cashaly es una extensión de Chrome desarrollada por https://cashaly.com, y su función principal es "Cashback".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Cashaly

Descarga archivos de extensión Cashaly 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

                        Shop online and get cashback with Cashaly!

Browser extension Cashaly will remind you the opportunity to collect cashback while purchasing. To ensure you don't miss the cashback when you visit the store, the plugin will prompt you to activate it.

We care about our customers. So we have developed this Extension tool to make the service easier for you to use. Look for the extension icon in the upper right corner of your browser. 

You have access to all stores. There is no need to visit the Cashaly website. Directly on the store's website, activate the cashback with just one click.

Be the first to find out about a store's most profitable promos, offers, and discounts. Shop with Cashaly cashback programme to enjoy even more perks and bonuses. Each of you will receive a bonus for referring a friend to Cashaly. You earn more money the more friends you invite.

To make your cashback journey simple, you must try our Extension!                    

Información Básica de la Extensión

Nombre Cashaly Cashaly
ID pippmdjiglnifkfncaofjemljalmnjif
URL Oficial https://chromewebstore.google.com/detail/cashaly/pippmdjiglnifkfncaofjemljalmnjif
Descripción Cashback
Tamaño del Archivo 54.36 KB
Cantidad de Instalaciones 49
Versión Actual 1.2
Última Actualización 2023-03-29
Fecha de Publicación 2023-03-29
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://cashaly.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.cashaly.com/
URL de la Página de Ayuda https://skro.in/10426OX/
URL de la Página de Política de Privacidad https://www.cashaly.com/policy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cashaly",
    "version": "1.2",
    "description": "Cashback",
    "manifest_version": 3,
    "author": "Cashaly",
    "action": {
        "default_popup": "index.html",
        "default_icon": "\/images\/icon-144.png",
        "default_title": "Shop online and get cashback with Cashaly!"
    },
    "icons": {
        "16": "\/images\/icon-16.png",
        "32": "\/images\/icon-32.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "app.js"
            ],
            "run_at": "document_end"
        }
    ]
}