bless.

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

bless.คืออะไร?

bless. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getbless.app และคุณลักษณะหลักของมันคือ "Transform your shopping habits with bless. Our clever raccoon companion leads the way to mindful spending, whether you're a…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย bless.

ดาวน์โหลดไฟล์ส่วนขยาย bless. ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}