Bloom
Bloom's Order Entry Validator.
什麼是Bloom?
Bloom是由russ.dietz開發的Chrome擴展程式,該擴展的主要功能是“Bloom's Order Entry Validator.”。
擴展截圖
下載Bloom擴展crx文件
下載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)
擴展基本資訊
名稱 | |
ID | hnobgboanbjooldpbedgcijolmhfjioj |
官方網址 | 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" ] } |