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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically complete the NICS background check for Bravo Point of Sale and E4473 users."입니다.

확장 프로그램 스크린샷

screenshot

Bravo & E4473 auto eNICS background check 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}