coreFFL
Autofill extension for background checks
Τι είναι το coreFFL;
Το coreFFL είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Coreware LLC, και η κύρια λειτουργία του είναι "Autofill extension for background checks".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης coreFFL
Λήψη αρχείων επέκτασης coreFFL σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Introducing the coreFFL Extension - your bridge between coreSTORE and all state and federal background check websites for firearms and ammunition. This powerful tool is designed to streamline and enhance your experience, making background checks in the firearm industry seamless and efficient. Currently, our plugin proudly supports the following: NICS (Firearms) California (Firearms & Ammunition) Colorado (Firearms) Florida (Firearms) Illinois (Firearms) Maryland (Firearms) New Jersey (Firearms & Ammunition) New York (Firearms & Ammunition) Pennsylvania (Firearms) Tennessee (Firearms) Utah (Firearms) Wisconsin (Firearms) With the coreFFL Chrome Plugin, you're not just installing an extension, you're upgrading your productivity and efficiency. Join us and experience the freedom of faster background checks today! If you have any troubles with our extension, please reach out to our customer support, and speak with an expert that can help you supercharge your background check workflow today!
Βασικές Πληροφορίες Επέκτασης
Όνομα | coreFFL |
ID | apckbjnimlfiilobcggoihjgicckhnoh |
Επίσημο URL | https://chromewebstore.google.com/detail/coreffl/apckbjnimlfiilobcggoihjgicckhnoh |
Περιγραφή | Autofill extension for background checks |
Μέγεθος Αρχείου | 94.51 KB |
Αριθμός Εγκαταστάσεων | 1,127 |
Τρέχουσα Έκδοση | 3.0.42 |
Τελευταία Ενημέρωση | 2024-03-01 |
Ημερομηνία Δημοσίευσης | 2023-11-07 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Coreware LLC |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.coreware.com/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.coreware.com/coreware-terms-of-service |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "coreFFL", "version": "3.0.42", "description": "Autofill extension for background checks", "background": { "service_worker": "background.js", "type": "module" }, "options_page": "options.html", "action": { "default_icon": { "16": "assets\/coreffl16.png", "32": "assets\/coreffl32.png" } }, "icons": { "16": "assets\/coreffl16.png", "32": "assets\/coreffl32.png", "48": "assets\/coreffl-48x48.png", "128": "assets\/coreffl-128x128.png" }, "permissions": [ "tabs", "activeTab", "storage", "scripting" ], "host_permissions": [ "https:\/\/*.corestore.shop\/*", "https:\/\/*.corestoredev.shop\/*", "https:\/\/*.sigsauer.com\/*", "https:\/\/www.cjis.gov\/*", "https:\/\/nysnics.ny.gov\/*", "https:\/\/epics.pa.gov\/*", "https:\/\/ccic.state.co.us\/*", "https:\/\/des.doj.ca.gov\/*", "https:\/\/tbibackgrounds.tbi.tn.gov\/*", "https:\/\/www.ispffl.com\/*", "https:\/\/www.njportal.com\/*", "https:\/\/fes.fdle.state.fl.us\/*", "https:\/\/firearms.doj.wi.gov\/*", "https:\/\/licensingportal.mdsp.maryland.gov\/*", "https:\/\/vcheck.vsp.virginia.gov\/fadealer\/*", "https:\/\/guncheck-agency.ps.utah.gov\/", "https:\/\/licensingportal.mdsp.maryland.gov\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.corestore.shop\/*", "https:\/\/*.corestoredev.shop\/*", "https:\/\/*.sigsauer.com\/*" ], "js": [ "content.js" ] } ] } |