Check Scanner for CX30

This extension allows CheXpress CX30 to function with your browser

Check Scanner for CX30 là gì?

Check Scanner for CX30 là một tiện ích mở rộng Chrome được phát triển bởi https://d28igm2yi2iuqj.cloudfront.net, và tính năng chính của nó là "This extension allows CheXpress CX30 to function with your browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Check Scanner for CX30

Tải xuống các tệp mở rộng Check Scanner for CX30 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

                        Check Scanner is the first and only web based client for scanning checks. Using a desktop CX30 scanner with the Chrome Extension Check Scanner, you will be able to process checks electronically using a javascript plugin.

This extension requires several things to operate:
1. Gulf Management Systems processing account,
2. https://gms-operations.com/RhinoLite or https://gms-operations.com/FrontDesk account,
3. Digital Check CheXpress CX30 Scanner,
4. TellerScan Combined Driver version 16.05,
5. com-rhinofit-checkscan.exe native messaging host client, and
6. the Check Scanner chrome extension                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Check Scanner for CX30 Check Scanner for CX30
ID alhcklkdejabmodhbmeaailggbhoaolc
URL Chính Thức https://chromewebstore.google.com/detail/check-scanner-for-cx30/alhcklkdejabmodhbmeaailggbhoaolc
Mô tả This extension allows CheXpress CX30 to function with your browser
Kích Thước Tệp 168 KB
Số Lần Cài Đặt 328
Phiên Bản Hiện Tại 1.11
Cập Nhật Lần Cuối 2021-05-27
Ngày Phát Hành 2019-09-04
Nhà Phát Triển https://d28igm2yi2iuqj.cloudfront.net
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Check Scanner for CX30",
    "short_name": "CheckScanner",
    "description": "This extension allows CheXpress CX30 to function with your browser",
    "version": "1.11",
    "browser_action": {
        "default_icon": {
            "19": "check-scan-image-icon-19.png",
            "38": "check-scan-image-icon-38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "check-scan-image-icon-16.png",
        "48": "check-scan-image-icon-48.png",
        "128": "check-scan-image-icon-128.png"
    },
    "permissions": [
        "background",
        "nativeMessaging",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistant": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.rhinofit.ca\/*",
                "http:\/\/gms-operations.com\/*",
                "http:\/\/*.gms-operations.com\/*",
                "https:\/\/*.rhinofit.ca\/*",
                "https:\/\/gms-operations.com\/*",
                "https:\/\/*.gms-operations.com\/*",
                "http:\/\/gulfmanagementsystems.com\/*",
                "https:\/\/gulfmanagementsystems.com\/*",
                "http:\/\/gulfmanagementsystemsinc.com\/*",
                "https:\/\/gulfmanagementsystemsinc.com\/*",
                "http:\/\/d28igm2yi2iuqj.cloudfront.net\/*",
                "https:\/\/d28igm2yi2iuqj.cloudfront.net\/*"
            ],
            "js": [
                "jquery-1.11.0.min.js",
                "jquery-ui.min.js",
                "bootstrap.js",
                "cs-checkscan.js"
            ],
            "css": [
                "bootstrap.min.css",
                "bootstrap-theme.min.css"
            ],
            "run_at": "document_start"
        }
    ]
}