Savings Genie

Take advantage of offers provided by Vip District

¿Qué es Savings Genie?

Savings Genie es una extensión de Chrome desarrollada por Vip District, y su función principal es "Take advantage of offers provided by Vip District".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Savings Genie

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

                        🧞Never miss out on discounts again!

Thanks to your savings Genie you will always have all your discounts with you.

It will remind you of the offers available on your benefits portal with alerts.

So you can apply direct discounts, use your promotional codes and get money back on your purchases with cashback offers.

💫 It's easy to set it up

Add it to your extensions and activate it by logging into your benefits portal to get it synchronised.

Once activated, the savings Genie will be ready to do its job.

When you visit a website where you have an exclusive discount in your benefits portal, your savings Genie will alert you by showing you the corresponding promotion.

📌 Stay informed

We recommend that you pin it at the top for easy access to discover all the offers it has for you.

📃 Conditions

To activate the savings genie, you must belong to a club developed by Vip District that has this feature active.                    

Información Básica de la Extensión

Nombre Savings Genie Savings Genie
ID cbemppalkfdmphifdpmfiaacghfedklf
URL Oficial https://chromewebstore.google.com/detail/savings-genie/cbemppalkfdmphifdpmfiaacghfedklf
Descripción Take advantage of offers provided by Vip District
Tamaño del Archivo 177 KB
Cantidad de Instalaciones 30,000
Versión Actual v1.1.3
Última Actualización 2023-07-10
Fecha de Publicación 2021-04-08
Calificación 4.57/5 Total de 60 Calificaciones
Desarrollador Vip District
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://vipdistrict.com/
URL de la Página de Ayuda https://vipdistrict.com/contacta/
URL de la Página de Política de Privacidad https://vipdistrict.com/politica-privacidad
Idiomas Soportados de,en,fr,nl,ca,es,it,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionTitle__",
    "short_name": "__MSG_extensionTitle__",
    "version": "17",
    "version_name": "v1.1.3",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "alarms",
        "notifications",
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "script\/utils.js",
            "script\/constants.js",
            "script\/analytics-cv.js",
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "images\/*",
        "icons\/*",
        "css\/*.css",
        "script\/*.js",
        "template\/*"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "windows": "Ctrl+Shift+L",
                "mac": "Alt+Shift+L",
                "chromeos": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L"
            },
            "global": false
        }
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon_active_16.png",
            "32": "icons\/icon_active_32.png",
            "48": "icons\/icon_active_48.png",
            "128": "icons\/icon_active_128.png"
        },
        "default_title": "__MSG_extensionTitle__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon_active_16.png",
        "32": "icons\/icon_active_32.png",
        "48": "icons\/icon_active_48.png",
        "128": "icons\/icon_active_128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/slick.css",
                "css\/slick-theme.css",
                "css\/style.css"
            ],
            "js": [
                "script\/utils.js",
                "script\/constants.js",
                "script\/jquery-3.5.1.min.js",
                "script\/slick.min.js",
                "script\/analytics-cv.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "externally_connectable": {
        "matches": [
            "*:\/\/*.clubevantagem.com\/*",
            "*:\/\/*.colaboradoresvip.com\/*",
            "*:\/\/*.colectivosvip.com\/*",
            "*:\/\/*.convenzioniperte.com\/*",
            "*:\/\/*.empleadosvip.com\/*",
            "*:\/\/*.lovecomercio.com\/*",
            "*:\/\/*.lovecommercio.com\/*",
            "*:\/\/*.myvipperks.com\/*",
            "*:\/\/*.ventajasvip.com\/*",
            "*:\/\/*.vipdistrict.com\/*"
        ]
    }
}