HCCJoy

Improve the experience of working in CRM and other systems based on your personal preferences.

HCCJoyคืออะไร?

HCCJoy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mykola Halaida และคุณลักษณะหลักของมันคือ "Improve the experience of working in CRM and other systems based on your personal preferences."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HCCJoy

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

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

                        A toolbox to boost performance while working with the CRM system as well as on supplementary websites. Toggle features based on your preferences from the settings menu, change the design of CRM to your liking and more!                    

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

ชื่อ HCCJoy HCCJoy
ID bbepmhclikdjlfnphhhbnkempoifhjcn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hccjoy/bbepmhclikdjlfnphhhbnkempoifhjcn
คำอธิบาย Improve the experience of working in CRM and other systems based on your personal preferences.
ขนาดไฟล์ 214 KB
จำนวนการติดตั้ง 169
เวอร์ชันปัจจุบัน 1.26
อัปเดตครั้งล่าสุด 2024-02-01
วันที่เผยแพร่ 2023-01-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Mykola Halaida
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HCCJoy",
    "description": "Improve the experience of working in CRM and other systems based on your personal preferences.",
    "version": "1.26",
    "author": "Mykola Halaida (Mike) & Anton Antonenko",
    "icons": {
        "16": "1616.png",
        "48": "4848.png",
        "64": "6464.png",
        "128": "128128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "scripting",
        "contextMenus",
        "windows",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/healthjoyhelp.zendesk.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/crm.healthjoy.com\/decision_center\/*",
                "https:\/\/crm.healthjoy.com\/v2\/decision_center\/*",
                "https:\/\/crm.healthjoy.com\/provider_record\/*",
                "https:\/\/crm.healthjoy.com\/v2\/provider_records\/*",
                "https:\/\/crm.healthjoy.com\/facility_record\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "crmfix.js",
                "defpicpicker.js",
                "dabook.js",
                "content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/cdn.healthjoy.com\/*"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "cdmhj.js"
            ]
        },
        {
            "matches": [
                "https:\/\/crm.healthjoy.com\/chat\/*",
                "https:\/\/crm.healthjoy.com\/"
            ],
            "css": [
                "chatcrmcss.css"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "chatstyle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/crm.healthjoy.com\/decision_center\/*"
            ],
            "css": [
                "summernote-lite.min.css",
                "summernote-libreicon-theme.css"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "olddc.js",
                "pictureprew.js",
                "rxteam.js",
                "summernote-lite.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/crm.healthjoy.com\/v2\/decision_center\/*"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "newdc.js",
                "olddcinfcdc.js"
            ]
        },
        {
            "matches": [
                "https:\/\/healthjoy.atlassian.net\/*"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "atlasian.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.aetna.com\/*",
                "https:\/\/www.myplanportal.com\/dsepublic\/*",
                "https:\/\/www.aetna.com\/dsepublic\/*"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "aetnafix.js"
            ]
        },
        {
            "matches": [
                "https:\/\/healthjoyhelp.zendesk.com\/agent\/*"
            ],
            "css": [
                "zendeskmain.css"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "zendeskmain.js",
                "content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/connect.werally.com\/*"
            ],
            "css": [
                "uhccss.css"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "uhcfix.js"
            ]
        }
    ]
}