CSPI Check Scanner for WebDeposit

Allows access to check scanners for creating web deposits.

What is CSPI Check Scanner for WebDeposit?

CSPI Check Scanner for WebDeposit is a Chrome extension developed by CSPI, and its main feature is "Allows access to check scanners for creating web deposits.".

Extension Screenshots

screenshot

Download CSPI Check Scanner for WebDeposit Extension CRX File

Download CSPI Check Scanner for WebDeposit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name CSPI Check Scanner for WebDeposit CSPI Check Scanner for WebDeposit
ID poclgpfmgnnkjcjaofphgilnofcpapoe
Official URL https://chromewebstore.google.com/detail/cspi-check-scanner-for-we/poclgpfmgnnkjcjaofphgilnofcpapoe
Description Allows access to check scanners for creating web deposits.
File Size 32.18 KB
Installation Count 740
Current Version 1.6
Last Updated 2019-03-21
Publish Date 2019-03-21
Developer CSPI
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.cspiinc.com/cspi-anti-spam-data-protection
Supported Languages 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"
        ]
    }
}