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 هو إضافة Chrome تم تطويرها بواسطة Karls Technology، والميزة الرئيسية لها هي "This Chrome extension allows FFL Boss users to automate the FBI's LEEP background check.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FFL Boss 2 Click Background Check
قم بتنزيل ملفات الامتداد FFL Boss 2 Click Background Check بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة سياسة الخصوصية | 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\/*" ] } } |