CSPI Check Scanner for WebDeposit

Allows access to check scanners for creating web deposits.

Qu'est-ce que CSPI Check Scanner for WebDeposit ?

CSPI Check Scanner for WebDeposit est une extension Chrome développée par CSPI, et sa fonction principale est "Allows access to check scanners for creating web deposits.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CSPI Check Scanner for WebDeposit

Téléchargez les fichiers d'extension CSPI Check Scanner for WebDeposit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom CSPI Check Scanner for WebDeposit CSPI Check Scanner for WebDeposit
ID poclgpfmgnnkjcjaofphgilnofcpapoe
URL Officiel https://chromewebstore.google.com/detail/cspi-check-scanner-for-we/poclgpfmgnnkjcjaofphgilnofcpapoe
Description Allows access to check scanners for creating web deposits.
Taille du Fichier 32.18 KB
Nombre d'Installations 740
Version Actuelle 1.6
Dernière Mise à Jour 2019-03-21
Date de Publication 2019-03-21
Développeur CSPI
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.cspiinc.com/cspi-anti-spam-data-protection
Langues Prises en Charge 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"
        ]
    }
}