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.”。
擴展截圖
下載Bravo & E4473 auto eNICS background check擴展crx文件
下載Bravo & E4473 auto eNICS background check擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | mfffpkmalcfjlokncpepggodmonianmp |
官方網址 | 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" ] } ] } |