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 là gì?

FFL Boss 2 Click Background Check là một tiện ích mở rộng Chrome được phát triển bởi Karls Technology, và tính năng chính của nó là "This Chrome extension allows FFL Boss users to automate the FBI's LEEP background check.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FFL Boss 2 Click Background Check

Tải xuống các tệp mở rộng FFL Boss 2 Click Background Check dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FFL Boss 2 Click Background Check FFL Boss 2 Click Background Check
ID gkcaldngjihkfdllegnaniclnpdfcaid
URL Chính Thức https://chromewebstore.google.com/detail/ffl-boss-2-click-backgrou/gkcaldngjihkfdllegnaniclnpdfcaid
Mô tả This Chrome extension allows FFL Boss users to automate the FBI's LEEP background check.
Kích Thước Tệp 53.51 KB
Số Lần Cài Đặt 1,463
Phiên Bản Hiện Tại 1.31
Cập Nhật Lần Cuối 2023-10-27
Ngày Phát Hành 2019-09-13
Đánh Giá 4.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Karls Technology
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fflboss.com
URL Trang Chính Sách Bảo Mật https://www.fflboss.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}