Zingoy Cashback

With Zinni, you don’t have to look for cashback. Cashback finds you. 1. Zinni shall remind you You shopping lovers can shop away…

¿Qué es Zingoy Cashback?

Zingoy Cashback es una extensión de Chrome desarrollada por https://www.zingoy.com, y su función principal es "With Zinni, you don’t have to look for cashback. Cashback finds you. 1. Zinni shall remind you You shopping lovers can shop away…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Zingoy Cashback

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

                        With Zinni, you don’t have to look for cashback. Cashback finds you. 

1. Zinni shall remind you 
You shopping lovers can shop away and Zinni will chase you with your cashback. Just make sure to install Zinni and keep it enabled. Anytime you go to your store, Zinni will tell you if the store is affiliated with Zingoy and the cashback rate.

2. Zinni will also track for you
If you’re logged in, it will start tracking your purchase. If not, it will remind you to log in for your cashback. Following cashback guidelines will help tracking further. That’s it. You shop and Zinni tracks!

3. Find your store or offer on the toolbar
You can get the cashback rates & offers available on your favourite store on Zinni toolbar. Integrated search allows you to find what you want on a single click.

You don’t want to miss this now, do you? Get Zinni (your Zingoy chrome extension) now and get paid for shopping!                    

Información Básica de la Extensión

Nombre Zingoy Cashback Zingoy Cashback
ID edaaldbdmfcpgafbjkdogonmgheiplnk
URL Oficial https://chromewebstore.google.com/detail/zingoy-cashback/edaaldbdmfcpgafbjkdogonmgheiplnk
Descripción With Zinni, you don’t have to look for cashback. Cashback finds you. 1. Zinni shall remind you You shopping lovers can shop away…
Tamaño del Archivo 149 KB
Cantidad de Instalaciones 3,081
Versión Actual 0.0.9
Última Actualización 2021-05-11
Fecha de Publicación 2019-04-18
Calificación 3.91/5 Total de 22 Calificaciones
Desarrollador https://www.zingoy.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.zingoy.com/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zingoy Cashback",
    "short_name": "Zinni",
    "version": "0.0.9",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/48.png",
        "default_title": "Zingoy Cashback"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.google.co.in\/*"
            ],
            "css": [
                "css\/zingoy.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/chrome.js",
                "js\/common.js",
                "js\/google.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.google.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/play.google.com\/*"
            ],
            "css": [
                "css\/zingoy.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/chrome.js",
                "js\/common.js",
                "js\/google.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.yahoo.com\/*",
                "http:\/\/*.yahoo.com\/*"
            ],
            "css": [
                "css\/zingoy.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/chrome.js",
                "js\/common.js",
                "js\/yahoo.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.bing.com\/*",
                "http:\/\/*.bing.com\/*"
            ],
            "css": [
                "css\/zingoy.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/chrome.js",
                "js\/common.js",
                "js\/bing.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "http:\/\/*.bing.com\/*",
                "http:\/\/*.yahoo.com\/*",
                "https:\/\/*.yahoo.com\/*",
                "https:\/\/*.google.co.in\/*"
            ],
            "css": [
                "css\/zingoy.css"
            ],
            "js": [
                "js\/chrome.js",
                "js\/common.js",
                "js\/template.js",
                "js\/store.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "512": "images\/512.png",
        "192": "images\/192.png",
        "144": "images\/144.png",
        "96": "images\/96.png",
        "72": "images\/72.png",
        "48": "images\/48.png",
        "35": "images\/35.png"
    },
    "web_accessible_resources": [
        "images\/zinny-logo.png",
        "images\/icon_x.png",
        "images\/19.png",
        "images\/checkmark.png",
        "images\/72.png",
        "images\/zinny-close.png"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.zingoy.com\/*",
            "https:\/\/api.zingoy.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}