Bloom

Bloom's Order Entry Validator.

Wat is Bloom?

Bloom is een Chrome-extensie ontwikkeld door russ.dietz, en de belangrijkste functie is "Bloom's Order Entry Validator.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bloom

Download Bloom-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam Bloom Bloom
ID hnobgboanbjooldpbedgcijolmhfjioj
Officiële URL https://chrome.google.com/webstore/detail/bloom/hnobgboanbjooldpbedgcijolmhfjioj
Beschrijving Bloom's Order Entry Validator.
Bestandsgrootte 47.53 KB
Aantal Installaties 35
Huidige Versie 1.5
Laatst Bijgewerkt 2023-03-08
Publicatiedatum 2020-03-16
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar russ.dietz
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}