Bloom
Bloom's Order Entry Validator.
Was ist Bloom?
Bloom ist eine Chrome-Erweiterung, die von russ.dietz entwickelt wurde, und ihr Hauptmerkmal ist "Bloom's Order Entry Validator.".
Erweiterungsscreenshots
Bloom-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bloom-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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)
Grundlegende Informationen zur Erweiterung
Name | |
ID | hnobgboanbjooldpbedgcijolmhfjioj |
Offizielle URL | https://chrome.google.com/webstore/detail/bloom/hnobgboanbjooldpbedgcijolmhfjioj |
Beschreibung | Bloom's Order Entry Validator. |
Dateigröße | 47.53 KB |
Installationsanzahl | 35 |
Aktuelle Version | 1.5 |
Letztes Update | 2023-03-08 |
Veröffentlichungsdatum | 2020-03-16 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | russ.dietz |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |