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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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';"
    }
}