CSPI Check Scanner for WebDeposit

Allows access to check scanners for creating web deposits.

Wat is CSPI Check Scanner for WebDeposit?

CSPI Check Scanner for WebDeposit is een Chrome-extensie ontwikkeld door CSPI, en de belangrijkste functie is "Allows access to check scanners for creating web deposits.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CSPI Check Scanner for WebDeposit

Download CSPI Check Scanner for WebDeposit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam CSPI Check Scanner for WebDeposit CSPI Check Scanner for WebDeposit
ID poclgpfmgnnkjcjaofphgilnofcpapoe
Officiële URL https://chromewebstore.google.com/detail/cspi-check-scanner-for-we/poclgpfmgnnkjcjaofphgilnofcpapoe
Beschrijving Allows access to check scanners for creating web deposits.
Bestandsgrootte 32.18 KB
Aantal Installaties 740
Huidige Versie 1.6
Laatst Bijgewerkt 2019-03-21
Publicatiedatum 2019-03-21
Ontwikkelaar CSPI
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.cspiinc.com/cspi-anti-spam-data-protection
Ondersteunde Talen 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"
        ]
    }
}