CSPI Check Scanner for WebDeposit
Allows access to check scanners for creating web deposits.
Cos'è CSPI Check Scanner for WebDeposit?
CSPI Check Scanner for WebDeposit è un'estensione di Chrome sviluppata da CSPI, e la sua funzione principale è "Allows access to check scanners for creating web deposits.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CSPI Check Scanner for WebDeposit
Scarica i file di estensione CSPI Check Scanner for WebDeposit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | CSPI Check Scanner for WebDeposit |
ID | poclgpfmgnnkjcjaofphgilnofcpapoe |
URL Ufficiale | https://chromewebstore.google.com/detail/cspi-check-scanner-for-we/poclgpfmgnnkjcjaofphgilnofcpapoe |
Descrizione | Allows access to check scanners for creating web deposits. |
Dimensione del File | 32.18 KB |
Conteggio Installazioni | 740 |
Versione Corrente | 1.6 |
Ultimo Aggiornamento | 2019-03-21 |
Data di Pubblicazione | 2019-03-21 |
Sviluppatore | CSPI |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.cspiinc.com/cspi-anti-spam-data-protection |
Lingue Supportate | 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" ] } } |