Bloom

Bloom's Order Entry Validator.

Bloomคืออะไร?

Bloom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย russ.dietz และคุณลักษณะหลักของมันคือ "Bloom's Order Entry Validator."

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

screenshot

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

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

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

                        This extension adds additional data validation for new order entry to the Floranext Floral POS system. 

Displays Customer Notes in Popup Box
Automatically Proper Capitalize Customer and Recipient Names
Require Customer Email Address Entry
Require Product Category Selection
Require Event Code Selection
Default Payment Type based on Order Type selection (Phone vs. Walk-in)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bloom Bloom
ID hnobgboanbjooldpbedgcijolmhfjioj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bloom/hnobgboanbjooldpbedgcijolmhfjioj
คำอธิบาย Bloom's Order Entry Validator.
ขนาดไฟล์ 47.53 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2023-03-08
วันที่เผยแพร่ 2020-03-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา russ.dietz
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bloom",
    "description": "Bloom's Order Entry Validator.",
    "version": "1.5",
    "browser_action": {
        "default_title": "Bloom",
        "default_icon": "icon128.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/pos.floranext.com\/*"
            ],
            "js": [
                "custom.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "alarms"
    ]
}