Quick Claim

File online medical claims faster and smarter.

Quick Claim란 무엇입니까?

Quick Claim은(는) doubleutf26에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "File online medical claims faster and smarter."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Quick Claim 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Filing electronic medical claims on sites such as Office Ally and Optum(UHC) requires tedious and repetitive data entry. Quick Claim is a
Chrome extension meant to save time and prevent errors by remembering
your CPT details and automatically filling out the dense
portion of the form (Field 24 of CMS 1500). Quick Claim is
ideal when entering same procedure details for different dates. Most likely, the only data that differs are dates of service and diagnoses. 

**Only supports Office Ally and Optum(United Health Care) at the moment**                    

확장 프로그램 기본 정보

이름 Quick Claim Quick Claim
ID hlmoiemagjdmhpcjeolbcehhildojkki
공식 URL https://chromewebstore.google.com/detail/quick-claim/hlmoiemagjdmhpcjeolbcehhildojkki
설명 File online medical claims faster and smarter.
파일 크기 142 KB
설치 횟수 24
현재 버전 1.1.0
최근 업데이트 2020-11-20
출시 날짜 2020-01-15
평점 5.00/5 총 1 개의 평점
개발자 doubleutf26
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Claim",
    "version": "1.1.0",
    "description": "File online medical claims faster and smarter.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost\/*",
                "https:\/\/www.officeally.com\/*",
                "https:\/\/provider-apps.linkhealth.com\/*"
            ],
            "js": [
                "vendor\/jquery-3.1.0.min.js",
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/www.officeally.com\/*",
        "https:\/\/provider-apps.linkhealth.com\/*"
    ],
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_title": "Quick Claim",
        "default_popup": "popup\/popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Q",
                "windows": "Ctrl+Q",
                "mac": "Command+Q",
                "linux": "Ctrl+Q"
            }
        }
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}