Bravo & E4473 auto eNICS background check

Automatically complete the NICS background check for Bravo Point of Sale and E4473 users.

Cos'è Bravo & E4473 auto eNICS background check?

Bravo & E4473 auto eNICS background check è un'estensione di Chrome sviluppata da Bravo Store Systems, e la sua funzione principale è "Automatically complete the NICS background check for Bravo Point of Sale and E4473 users.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bravo & E4473 auto eNICS background check

Scarica i file di estensione Bravo & E4473 auto eNICS background check in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Bravo Store Systems is the first all-in-one software provider for FFLs. This Chrome extension allows Bravo Point of Sale & E4473 users to automatically complete the NICS background check, eliminating the headache of manual entry. 
 
Bravo Store Systems provides FFLs with an all-in-one software platform that natively integrates all operations, including Bravo Point of Sale, E4473,
Cloud Storage, the A&D book, and eCommerce marketplaces. Our platform also provides integrated text messaging, payment processing, mobile apps, 
a built-in estimator for secondhand goods, and deep reporting. 
 
Bravo solutions are used by more than 1,300 customers, are 100% compliant with ATF regulations and run with 100% uptime. Our all-in-one platform
eliminates duplicate entry between multiple systems, reduces the risk of human error and violations, and automates manual and admin work.                    

Informazioni di Base sull'Estensione

Nome Bravo & E4473 auto eNICS background check Bravo & E4473 auto eNICS background check
ID mfffpkmalcfjlokncpepggodmonianmp
URL Ufficiale https://chromewebstore.google.com/detail/bravo-e4473-auto-enics-ba/mfffpkmalcfjlokncpepggodmonianmp
Descrizione Automatically complete the NICS background check for Bravo Point of Sale and E4473 users.
Dimensione del File 61.56 KB
Conteggio Installazioni 822
Versione Corrente 1.2.2.58
Ultimo Aggiornamento 2024-01-03
Data di Pubblicazione 2022-11-19
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Bravo Store Systems
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.bravostoresystems.com/privacy-policy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bravo & E4473 auto eNICS background check",
    "manifest_version": 3,
    "version": "1.2.2.58",
    "description": "Automatically complete the NICS background check for Bravo Point of Sale and E4473 users.",
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.cjis.gov\/*",
        "file:\/\/*bravo-e4473-data*"
    ],
    "action": {
        "default_icon": "128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "minimum_chrome_version": "99",
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.cjis.gov\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}