Savings Genie

Take advantage of offers provided by Vip District

Wat is Savings Genie?

Savings Genie is een Chrome-extensie ontwikkeld door Vip District, en de belangrijkste functie is "Take advantage of offers provided by Vip District".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Savings Genie

Download Savings Genie-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Savings Genie Savings Genie
ID cbemppalkfdmphifdpmfiaacghfedklf
Officiële URL https://chromewebstore.google.com/detail/savings-genie/cbemppalkfdmphifdpmfiaacghfedklf
Beschrijving Take advantage of offers provided by Vip District
Bestandsgrootte 177 KB
Aantal Installaties 30,000
Huidige Versie v1.1.3
Laatst Bijgewerkt 2023-07-10
Publicatiedatum 2021-04-08
Beoordeling 4.57/5 Totaal 60 Beoordelingen
Ontwikkelaar Vip District
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://vipdistrict.com/
Help Pagina-URL https://vipdistrict.com/contacta/
URL van de Privacybeleid Pagina https://vipdistrict.com/politica-privacidad
Ondersteunde Talen 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\/*"
        ]
    }
}