Orchid eBound - NICS Integration

Orchid eBound - NICS Integration

Vad är Orchid eBound - NICS Integration?

Orchid eBound - NICS Integration är en Chrome-tillägg utvecklad av Orchid Advisors, LLC, och dess huvudfunktion är "Orchid eBound - NICS Integration".

Tilläggsskärmbilder

screenshot

Ladda ner Orchid eBound - NICS Integration-förlängningens CRX-fil

Ladda ner Orchid eBound - NICS Integration-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Orchid eBound - NICS Integration is a Chrome Extension that makes populating the FBI NICS customer search data easier, when processing 4473 background forms using the Orchid Advisors, LLC eBound system.                    

Grundläggande Information om Tillägg

Namn Orchid eBound - NICS Integration Orchid eBound - NICS Integration
ID igflbkckcpljhlnhhifedjfagpfcfolc
Officiell webbadress https://chromewebstore.google.com/detail/orchid-ebound-nics-integr/igflbkckcpljhlnhhifedjfagpfcfolc
Beskrivning Orchid eBound - NICS Integration
Filstorlek 1.4 MB
Antal Installationer 518
Aktuell Version 0.0.1.25
Senast Uppdaterad 2024-02-28
Publiceringsdatum 2022-10-01
Utvecklare Orchid Advisors, LLC
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://orchidadvisors.com/privacy-policy
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/js\/angular-inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "all_frames": false,
            "css": [
                "\/css\/content.css"
            ],
            "js": [
                "\/js\/jquery-3.6.0.min.js",
                "\/js\/content.js"
            ],
            "matches": [
                "https:\/\/*\/portal\/*",
                "http:\/\/*\/portal\/*"
            ]
        },
        {
            "all_frames": false,
            "css": [
                "\/css\/nics.css",
                "\/bootstrap\/css\/bootstrap.css"
            ],
            "js": [
                "\/js\/jquery-3.6.0.min.js",
                "\/js\/nics.js",
                "\/bootstrap\/js\/bootstrap.bundle.js"
            ],
            "matches": [
                "https:\/\/www.cjis.gov\/nics\/*InitiateSearch-ECheck*",
                "https:\/\/www.cjis.gov\/nics\/*StatusCheck-ECheck*",
                "https:\/\/www.cjis.gov\/nics\/*NTNHistoryQuery*"
            ]
        }
    ],
    "description": "Orchid eBound - NICS Integration",
    "externally_connectable": {
        "matches": [
            "https:\/\/www.cjis.gov\/nics\/*InitiateSearch-ECheck*",
            "https:\/\/www.cjis.gov\/nics\/*StatusCheck-ECheck*"
        ]
    },
    "host_permissions": [
        "https:\/\/www.cjis.gov\/nics\/*InitiateSearch-ECheck*",
        "https:\/\/www.cjis.gov\/nics\/*StatusCheck-ECheck*",
        "https:\/\/www.cjis.gov\/nics\/*HistoryQuery-ECheck*",
        ""
    ],
    "icons": {
        "128": "\/images\/Orchid128.png",
        "16": "\/images\/Orchid16.png",
        "32": "\/images\/Orchid32.png",
        "48": "\/images\/Orchid48.png"
    },
    "manifest_version": 3,
    "name": "Orchid eBound - NICS Integration",
    "permissions": [
        "scripting",
        "storage",
        "tabs"
    ],
    "version": "0.0.1.25"
}