Savings Genie

Take advantage of offers provided by Vip District

Savings Genieとは何ですか?

Savings GenieはVip Districtによって開発されたChromeの拡張機能で、その主な機能は「Take advantage of offers provided by Vip District」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Savings Genie拡張機能のCRXファイルをダウンロード

Savings Genie拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Savings Genie Savings Genie
ID cbemppalkfdmphifdpmfiaacghfedklf
公式URL https://chromewebstore.google.com/detail/savings-genie/cbemppalkfdmphifdpmfiaacghfedklf
説明 Take advantage of offers provided by Vip District
ファイルサイズ 177 KB
インストール数 30,000
現在のバージョン v1.1.3
最終更新日 2023-07-10
公開日 2021-04-08
評価 4.57/5 合計 60 レビュー
開発者 Vip District
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://vipdistrict.com/
ヘルプページのURL https://vipdistrict.com/contacta/
プライバシーポリシーページのURL https://vipdistrict.com/politica-privacidad
対応言語 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\/*"
        ]
    }
}