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 |
公式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 |
Eメール | [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" ] } } |