FFL Boss 2 Click Background Check
This Chrome extension allows FFL Boss users to automate the FBI's LEEP background check.
FFL Boss 2 Click Background Check란 무엇입니까?
FFL Boss 2 Click Background Check은(는) Karls Technology에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This Chrome extension allows FFL Boss users to automate the FBI's LEEP background check."입니다.
확장 프로그램 스크린샷
FFL Boss 2 Click Background Check 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
FFL Boss is an FFL software application that runs in the cloud, there is no software to download or setup. FFL Boss works on Windows, Macs, iPads, ChromeOS, Tablets or any internet connected device. FFL Boss is ATF ruling 2016-1, ATF ruling 2016-2, ATF ruling 2016-3, ATF ruling 2016-4 and ATF ruling 2016-5 compliant. Your data is backed up daily to protect from any data loss. UPDATE! - This update fixes filling in information into the new NICS website. Change Notes 1.31 Fix: Auto filling login information into the new NICS website
확장 프로그램 기본 정보
이름 | FFL Boss 2 Click Background Check |
ID | gkcaldngjihkfdllegnaniclnpdfcaid |
공식 URL | https://chromewebstore.google.com/detail/ffl-boss-2-click-backgrou/gkcaldngjihkfdllegnaniclnpdfcaid |
설명 | This Chrome extension allows FFL Boss users to automate the FBI's LEEP background check. |
파일 크기 | 53.51 KB |
설치 횟수 | 1,463 |
현재 버전 | 1.31 |
최근 업데이트 | 2023-10-27 |
출시 날짜 | 2019-09-13 |
평점 | 4.63/5 총 8 개의 평점 |
개발자 | Karls Technology |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://fflboss.com |
개인정보 보호 정책 페이지 URL | https://www.fflboss.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FFL Boss 2 Click Background Check", "description": "This Chrome extension allows FFL Boss users to automate the FBI's LEEP background check.", "version": "1.31", "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "48": "images\/icon48.png" }, "permissions": [ "tabs", "background", "storage", "contextMenus", "webNavigation" ], "host_permissions": [ "*:\/\/app.fflboss.com\/*", "*:\/\/www.cjis.gov\/*" ], "action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "48": "images\/icon48.png" }, "default_title": "FFL Boss eNICS Autofill", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/app.fflboss.com\/*", "*:\/\/beta.fflboss.com\/*", "*:\/\/dev.fflboss.com\/*", "*:\/\/www.cjis.gov\/*" ], "js": [ "content.js" ], "css": [ "content.css" ], "run_at": "document_idle", "all_frames": true } ], "background": { "service_worker": "background.js" }, "externally_connectable": { "matches": [ "*:\/\/app.fflboss.com\/*", "*:\/\/beta.fflboss.com\/*", "*:\/\/dev.fflboss.com\/*", "*:\/\/www.cjis.gov\/*" ] } } |