Bravo & E4473 auto eNICS background check

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

Bravo & E4473 auto eNICS background check क्या है?

Bravo & E4473 auto eNICS background check Bravo Store Systems द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically complete the NICS background check for Bravo Point of Sale and E4473 users."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bravo & E4473 auto eNICS background check एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Bravo & E4473 auto eNICS background check Bravo & E4473 auto eNICS background check
ID mfffpkmalcfjlokncpepggodmonianmp
आधिकारिक URL https://chromewebstore.google.com/detail/bravo-e4473-auto-enics-ba/mfffpkmalcfjlokncpepggodmonianmp
विवरण Automatically complete the NICS background check for Bravo Point of Sale and E4473 users.
फ़ाइल का आकार 61.56 KB
स्थापना संख्या 822
वर्तमान संस्करण 1.2.2.58
अंतिम अपडेट 2024-01-03
प्रकाशन तिथि 2022-11-19
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Bravo Store Systems
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.bravostoresystems.com/privacy-policy
समर्थित भाषाएँ 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"
            ]
        }
    ]
}