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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
}