Bloom
Bloom's Order Entry Validator.
Apa itu Bloom?
Bloom adalah ekstensi Chrome yang dikembangkan oleh russ.dietz, dan fitur utamanya adalah "Bloom's Order Entry Validator.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bloom
Unduh file ekstensi Bloom dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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) Informasi Dasar Ekstensi
| Nama | |
| ID | hnobgboanbjooldpbedgcijolmhfjioj |
| URL Resmi | https://chrome.google.com/webstore/detail/bloom/hnobgboanbjooldpbedgcijolmhfjioj |
| Deskripsi | Bloom's Order Entry Validator. |
| Ukuran File | 47.53 KB |
| Jumlah Instalasi | 35 |
| Versi Saat Ini | 1.5 |
| Terakhir Diperbarui | 2023-03-08 |
| Tanggal Publikasi | 2020-03-16 |
| Penilaian | 5.00/5 Total 1 Penilaian |
| Pengembang | russ.dietz |
| [email protected] | |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | 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"
]
} | |