CSPI Check Scanner for WebDeposit
Allows access to check scanners for creating web deposits.
Co to jest CSPI Check Scanner for WebDeposit?
CSPI Check Scanner for WebDeposit to rozszerzenie Chrome opracowane przez CSPI, a jego główną funkcją jest „Allows access to check scanners for creating web deposits.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CSPI Check Scanner for WebDeposit
Pobierz pliki rozszerzeń CSPI Check Scanner for WebDeposit w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | CSPI Check Scanner for WebDeposit |
ID | poclgpfmgnnkjcjaofphgilnofcpapoe |
Oficjalny URL | https://chromewebstore.google.com/detail/cspi-check-scanner-for-we/poclgpfmgnnkjcjaofphgilnofcpapoe |
Opis | Allows access to check scanners for creating web deposits. |
Rozmiar pliku | 32.18 KB |
Liczba instalacji | 740 |
Aktualna Wersja | 1.6 |
Ostatnia Aktualizacja | 2019-03-21 |
Data Publikacji | 2019-03-21 |
Deweloper | CSPI |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.cspiinc.com/cspi-anti-spam-data-protection |
Obsługiwane Języki | 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" ] } } |