CSPI Check Scanner for WebDeposit
Allows access to check scanners for creating web deposits.
CSPI Check Scanner for WebDeposit là gì?
CSPI Check Scanner for WebDeposit là một tiện ích mở rộng Chrome được phát triển bởi CSPI, và tính năng chính của nó là "Allows access to check scanners for creating web deposits.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CSPI Check Scanner for WebDeposit
Tải xuống các tệp mở rộng CSPI Check Scanner for WebDeposit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CSPI Check Scanner for WebDeposit |
ID | poclgpfmgnnkjcjaofphgilnofcpapoe |
URL Chính Thức | https://chromewebstore.google.com/detail/cspi-check-scanner-for-we/poclgpfmgnnkjcjaofphgilnofcpapoe |
Mô tả | Allows access to check scanners for creating web deposits. |
Kích Thước Tệp | 32.18 KB |
Số Lần Cài Đặt | 740 |
Phiên Bản Hiện Tại | 1.6 |
Cập Nhật Lần Cuối | 2019-03-21 |
Ngày Phát Hành | 2019-03-21 |
Nhà Phát Triển | CSPI |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.cspiinc.com/cspi-anti-spam-data-protection |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |