Payer Portal Automator by Rivet

An extension for the Rivet Denials Management tool to help you quickly appeal denials on online payer portals.

Payer Portal Automator by Rivetคืออะไร?

Payer Portal Automator by Rivet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rivet และคุณลักษณะหลักของมันคือ "An extension for the Rivet Denials Management tool to help you quickly appeal denials on online payer portals."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Payer Portal Automator by Rivet

ดาวน์โหลดไฟล์ส่วนขยาย Payer Portal Automator by Rivet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Rivet Payer Portal Automator, an extension for the Rivet Denials Management tool, uses the information in Rivet to help you quickly appeal denials on online payer portals.

The days of spending 5 minutes trying to find the right claim to appeal are over. The Payer Portal Automator pulls claim information from Rivet and auto-fills the search fields on online payer portals so you can find the right claim in 30 seconds or less. Once you’ve enabled the extension on a payer website, just click on any field and a drop-down will appear with the corresponding fields in Rivet. Select an option and Rivet will fill that field in for you.

Seamless transition from Rivet to payer portal:
- Payer Portal Automator automatically loads the last claim you viewed
- Search for other claims if you want to appeal in batches

No more copy and paste:
- Select the Rivet field that matches the search field
- Payer Portal Automator automatically suggests the closest matches
- Search for fields that are more complex within the dropdown itself                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Payer Portal Automator by Rivet Payer Portal Automator by Rivet
ID dehmchomedohckhnecbpjajikknlipne
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/payer-portal-automator-by/dehmchomedohckhnecbpjajikknlipne
คำอธิบาย An extension for the Rivet Denials Management tool to help you quickly appeal denials on online payer portals.
ขนาดไฟล์ 60.17 KB
จำนวนการติดตั้ง 111
เวอร์ชันปัจจุบัน 1.1.5
อัปเดตครั้งล่าสุด 2023-11-02
วันที่เผยแพร่ 2023-01-17
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Rivet
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.rivethealth.com
URL หน้านโยบายความเป็นส่วนตัว https://www.rivethealth.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "static\/rivet-disabled-16.png",
            "24": "static\/rivet-disabled-24.png",
            "32": "static\/rivet-disabled-32.png"
        },
        "default_title": "Enable Rivet Form Filler"
    },
    "background": {
        "service_worker": "serviceworker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "rivet.js"
            ],
            "matches": [
                "https:\/\/app.rivethealth.com\/*",
                "https:\/\/app.rivetdemo.com\/*",
                "http:\/\/*.rivetaws.com:4102\/*"
            ]
        },
        {
            "exclude_matches": [
                "https:\/\/app.rivethealth.com\/*",
                "https:\/\/app.rivetdemo.com\/*",
                "http:\/\/*.dev.rivetaws.com:4102\/*"
            ],
            "js": [
                "validators.js",
                "get-next-input.js",
                "components.js",
                "main.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "An extension for the Rivet Denials Management tool to help you quickly appeal denials on online payer portals.",
    "icons": {
        "16": "static\/rivet-16.png",
        "48": "static\/rivet-48.png",
        "128": "static\/rivet-128.png",
        "256": "static\/rivet-256.png"
    },
    "manifest_version": 3,
    "name": "Payer Portal Automator by Rivet",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "history"
    ],
    "version": "1.1.5",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "public\/*",
                "assets\/main.css"
            ]
        }
    ]
}