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