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文件
下載FFL Boss 2 Click Background Check擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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\/*" ] } } |