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.”。
擴展截圖
下載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 |
ID | poclgpfmgnnkjcjaofphgilnofcpapoe |
官方網址 | 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" ] } } |