Savings Genie

Take advantage of offers provided by Vip District

O que é Savings Genie?

Savings Genie é uma extensão do Chrome desenvolvida por Vip District, e sua principal característica é "Take advantage of offers provided by Vip District".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Savings Genie

Baixe arquivos de extensão Savings Genie no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Savings Genie Savings Genie
ID cbemppalkfdmphifdpmfiaacghfedklf
URL Oficial https://chromewebstore.google.com/detail/savings-genie/cbemppalkfdmphifdpmfiaacghfedklf
Descrição Take advantage of offers provided by Vip District
Tamanho do Arquivo 177 KB
Contagem de Instalações 30,000
Versão Atual v1.1.3
Última Atualização 2023-07-10
Data de Publicação 2021-04-08
Classificação 4.57/5 Total de 60 Avaliações
Desenvolvedor Vip District
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://vipdistrict.com/
URL da Página de Ajuda https://vipdistrict.com/contacta/
URL da Página de Política de Privacidade https://vipdistrict.com/politica-privacidad
Idiomas Suportados 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\/*"
        ]
    }
}