CSPI Check Scanner for WebDeposit

Allows access to check scanners for creating web deposits.

Apa itu CSPI Check Scanner for WebDeposit?

CSPI Check Scanner for WebDeposit adalah ekstensi Chrome yang dikembangkan oleh CSPI, dan fitur utamanya adalah "Allows access to check scanners for creating web deposits.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi CSPI Check Scanner for WebDeposit

Unduh file ekstensi CSPI Check Scanner for WebDeposit dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        The CSPI Check Scanner for WebDeposit allows customer's of Financial Institutions using CSPI's web deposit program to scan checks utilizing specialized check scanners. This extension is only beneficial if your Financial Institution's web deposit program has instructed you to install this extension.                    

Informasi Dasar Ekstensi

Nama CSPI Check Scanner for WebDeposit CSPI Check Scanner for WebDeposit
ID poclgpfmgnnkjcjaofphgilnofcpapoe
URL Resmi https://chromewebstore.google.com/detail/cspi-check-scanner-for-we/poclgpfmgnnkjcjaofphgilnofcpapoe
Deskripsi Allows access to check scanners for creating web deposits.
Ukuran File 32.18 KB
Jumlah Instalasi 740
Versi Saat Ini 1.6
Terakhir Diperbarui 2019-03-21
Tanggal Publikasi 2019-03-21
Pengembang CSPI
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.cspiinc.com/cspi-anti-spam-data-protection
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSPI Check Scanner for WebDeposit",
    "version": "1.6",
    "manifest_version": 2,
    "description": "Allows access to check scanners for creating web deposits.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "nativeMessaging"
    ],
    "content_scripts": [
        {
            "css": [
                "scan-page-styles.css"
            ],
            "js": [
                "scannerCommands.js"
            ],
            "matches": [
                "*:\/\/*.dynamicdatacenter.com\/*",
                "*:\/\/*.webdeposit.xyz\/*",
                "*:\/\/*.webdeposit.net\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.dynamicdatacenter.com\/*",
            "*:\/\/*.webdeposit.xyz\/*",
            "*:\/\/*.webdeposit.net\/*"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}