bless.

Transform your shopping habits with bless. Our clever raccoon companion leads the way to mindful spending, whether you're a…

bless.란 무엇입니까?

bless.은(는) https://getbless.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Transform your shopping habits with bless. Our clever raccoon companion leads the way to mindful spending, whether you're a…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

bless. 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Transform your shopping habits with bless. Our clever raccoon companion leads the way to mindful spending, whether you're a minimalist or just starting out.                    

확장 프로그램 기본 정보

이름 bless. bless.
ID gmfacejfbffglfhafnbdgmanfecimbcl
공식 URL https://chromewebstore.google.com/detail/bless/gmfacejfbffglfhafnbdgmanfecimbcl
설명 Transform your shopping habits with bless. Our clever raccoon companion leads the way to mindful spending, whether you're a…
파일 크기 40.86 KB
설치 횟수 29
현재 버전 1.0.0
최근 업데이트 2023-11-24
출시 날짜 2023-11-24
평점 5.00/5 총 3 개의 평점
개발자 https://getbless.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://getbless.app
도움말 페이지 URL https://getbless.app
개인정보 보호 정책 페이지 URL http://getbless.app/privacy-terms
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "bless.",
    "version": "1.0.0",
    "action": [],
    "content_scripts": [
        {
            "js": [
                "public\/fonts\/contentUnsupported.ts-loader.js"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/www.google.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/www.messenger.com\/*",
                "*:\/\/www.figma.com\/*"
            ],
            "css": [
                "public\/fonts\/contentUnsupported.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "src\/fonts\/*.*",
                "src\/assets\/*",
                "*.ttf",
                "src\/lib\/Widget\/*",
                "src\/style\/global.css",
                "public\/fonts\/*.ttf"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/contentUnsupported.ts-f8b157b1.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "16": "public\/icons\/icon16.png",
        "32": "public\/icons\/icon32.png",
        "48": "public\/icons\/icon48.png",
        "128": "public\/icons\/icon128.png"
    }
}