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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } } |