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 |
官方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" ] } |