Orchid eBound - NICS Integration

Orchid eBound - NICS Integration

Orchid eBound - NICS Integration란 무엇입니까?

Orchid eBound - NICS Integration은(는) Orchid Advisors, LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Orchid eBound - NICS Integration"입니다.

확장 프로그램 스크린샷

screenshot

Orchid eBound - NICS Integration 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Orchid eBound - NICS Integration Orchid eBound - NICS Integration
ID igflbkckcpljhlnhhifedjfagpfcfolc
공식 URL https://chromewebstore.google.com/detail/orchid-ebound-nics-integr/igflbkckcpljhlnhhifedjfagpfcfolc
설명 Orchid eBound - NICS Integration
파일 크기 1.4 MB
설치 횟수 518
현재 버전 0.0.1.25
최근 업데이트 2024-02-28
출시 날짜 2022-10-01
개발자 Orchid Advisors, LLC
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://orchidadvisors.com/privacy-policy
지원되는 언어 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"
}