Bloom
Bloom's Order Entry Validator.
What is Bloom?
Bloom is a Chrome extension developed by russ.dietz, and its main feature is "Bloom's Order Entry Validator.".
Extension Screenshots
Download Bloom Extension CRX File
Download Bloom extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | |
ID | hnobgboanbjooldpbedgcijolmhfjioj |
Official URL | https://chrome.google.com/webstore/detail/bloom/hnobgboanbjooldpbedgcijolmhfjioj |
Description | Bloom's Order Entry Validator. |
File Size | 47.53 KB |
Installation Count | 35 |
Current Version | 1.5 |
Last Updated | 2023-03-08 |
Publish Date | 2020-03-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | russ.dietz |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |