CSPI Check Scanner for WebDeposit
Allows access to check scanners for creating web deposits.
CSPI Check Scanner for WebDepositคืออะไร?
CSPI Check Scanner for WebDeposit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CSPI และคุณลักษณะหลักของมันคือ "Allows access to check scanners for creating web deposits."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CSPI Check Scanner for WebDeposit
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } } |