CSPI Check Scanner for WebDeposit

Allows access to check scanners for creating web deposits.

什么是CSPI Check Scanner for WebDeposit?

CSPI Check Scanner for WebDeposit是由CSPI开发的Chrome扩展程序,该扩展的主要功能是“Allows access to check scanners for creating web deposits.”。

扩展截图

screenshot

下载CSPI Check Scanner for WebDeposit扩展crx文件

下载CSPI Check Scanner for WebDeposit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 CSPI Check Scanner for WebDeposit CSPI Check Scanner for WebDeposit
ID poclgpfmgnnkjcjaofphgilnofcpapoe
官方URL https://chromewebstore.google.com/detail/cspi-check-scanner-for-we/poclgpfmgnnkjcjaofphgilnofcpapoe
简介 Allows access to check scanners for creating web deposits.
文件大小 32.18 KB
安装次数 740
当前版本 1.6
更新时间 2019-03-21
上架时间 2019-03-21
开发者 CSPI
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.cspiinc.com/cspi-anti-spam-data-protection
支持的语言 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"
        ]
    }
}