savably: Shoppen wie immer, bares Geld sparen

Du shoppst wie gewohnt online, savably sucht die besten Gutschein-Codes für dich. So sparst du maximal bei minimalem Aufwand.

savably: Shoppen wie immer, bares Geld sparenとは何ですか?

savably: Shoppen wie immer, bares Geld sparenはwww.savably.comによって開発されたChromeの拡張機能で、その主な機能は「Du shoppst wie gewohnt online, savably sucht die besten Gutschein-Codes für dich. So sparst du maximal bei minimalem Aufwand.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

savably: Shoppen wie immer, bares Geld sparen拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        So sparst du mit savably:

1) Lade dir savably kostenlos runter. Keine versteckten Kosten - versprochen!

2) Pinne dir savably an deine Browserleiste. Wie das genau funktioniert, zeigen wir dir nach dem Download in unserer Anleitung.

3) Shoppe wie gewohnt in deinen Lieblings-Onlineshops. Wenn es einen Gutschein gibt, meldet sich savably bei dir.

4) Lass dir von savably alle verfügbaren Gutscheine anzeigen. Für viele Shops wendet savably mit nur einem Klick automatisch den besten Gutschein für dich an.

5) Gratulation - So easy sparst du bares Geld!

Weitere Infos findest du auf www.savably.com                    

拡張機能の基本情報

名前 savably: Shoppen wie immer, bares Geld sparen savably: Shoppen wie immer, bares Geld sparen
ID jhmgijopgdaobfgiljdjicjeifcaccgn
公式URL https://chromewebstore.google.com/detail/savably-shoppen-wie-immer/jhmgijopgdaobfgiljdjicjeifcaccgn
説明 Du shoppst wie gewohnt online, savably sucht die besten Gutschein-Codes für dich. So sparst du maximal bei minimalem Aufwand.
ファイルサイズ 688 KB
インストール数 1,031
現在のバージョン 1.1.1.0
最終更新日 2023-12-20
公開日 2022-04-13
評価 5.00/5 合計 11 レビュー
開発者 www.savably.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.savably.com/de
プライバシーポリシーページのURL https://www.savably.com/de/agb
対応言語 de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "savably: Shoppen wie immer, bares Geld sparen",
    "short_name": "savably",
    "version": "1.1.1.0",
    "description": "Du shoppst wie gewohnt online, savably sucht die besten Gutschein-Codes f\u00fcr dich. So sparst du maximal bei minimalem Aufwand.",
    "author": "Webgears",
    "manifest_version": 3,
    "default_locale": "de",
    "permissions": [
        "tabs",
        "storage",
        "management",
        "cookies",
        "unlimitedStorage",
        "alarms"
    ],
    "background": {
        "service_worker": "bg\/bundle.js"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content\/bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": {
            "48": "icons\/icon-128.png"
        },
        "default_popup": "popup.html",
        "default_title": "savably"
    },
    "icons": {
        "16": "icons\/icon-128.png",
        "32": "icons\/icon-128.png",
        "48": "icons\/icon-128.png",
        "128": "icons\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/*.css",
                "content\/*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}