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 là gì?

savably: Shoppen wie immer, bares Geld sparen là một tiện ích mở rộng Chrome được phát triển bởi www.savably.com, và tính năng chính của nó là "Du shoppst wie gewohnt online, savably sucht die besten Gutschein-Codes für dich. So sparst du maximal bei minimalem Aufwand.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng savably: Shoppen wie immer, bares Geld sparen

Tải xuống các tệp mở rộng savably: Shoppen wie immer, bares Geld sparen dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên savably: Shoppen wie immer, bares Geld sparen savably: Shoppen wie immer, bares Geld sparen
ID jhmgijopgdaobfgiljdjicjeifcaccgn
URL Chính Thức https://chromewebstore.google.com/detail/savably-shoppen-wie-immer/jhmgijopgdaobfgiljdjicjeifcaccgn
Mô tả Du shoppst wie gewohnt online, savably sucht die besten Gutschein-Codes für dich. So sparst du maximal bei minimalem Aufwand.
Kích Thước Tệp 688 KB
Số Lần Cài Đặt 1,031
Phiên Bản Hiện Tại 1.1.1.0
Cập Nhật Lần Cuối 2023-12-20
Ngày Phát Hành 2022-04-13
Đánh Giá 5.00/5 Tổng số 11 Đánh Giá
Nhà Phát Triển www.savably.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.savably.com/de
URL Trang Chính Sách Bảo Mật https://www.savably.com/de/agb
Ngôn Ngữ Được Hỗ Trợ 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';"
    }
}