Bloom
Bloom's Order Entry Validator.
Bloom क्या है?
Bloom russ.dietz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bloom's Order Entry Validator."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bloom एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
| आधिकारिक 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"
]
} | |