Savings Genie

Take advantage of offers provided by Vip District

What is Savings Genie?

Savings Genie is a Chrome extension developed by Vip District, and its main feature is "Take advantage of offers provided by Vip District".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Savings Genie Extension CRX File

Download Savings Genie extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Savings Genie Savings Genie
ID cbemppalkfdmphifdpmfiaacghfedklf
Official URL https://chromewebstore.google.com/detail/savings-genie/cbemppalkfdmphifdpmfiaacghfedklf
Description Take advantage of offers provided by Vip District
File Size 177 KB
Installation Count 30,000
Current Version v1.1.3
Last Updated 2023-07-10
Publish Date 2021-04-08
Rating 4.57/5 Total 60 Ratings
Developer Vip District
Email [email protected]
Payment Type free
Extension Website https://vipdistrict.com/
Help Page URL https://vipdistrict.com/contacta/
Privacy Policy Page URL https://vipdistrict.com/politica-privacidad
Supported Languages 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\/*"
        ]
    }
}