Orchid eBound - NICS Integration

Orchid eBound - NICS Integration

Orchid eBound - NICS Integrationคืออะไร?

Orchid eBound - NICS Integration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Orchid Advisors, LLC และคุณลักษณะหลักของมันคือ "Orchid eBound - NICS Integration"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Orchid eBound - NICS Integration

ดาวน์โหลดไฟล์ส่วนขยาย Orchid eBound - NICS Integration ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}