Salesforce Status Helper

Salesforce Status Helper will help keep you logged into Omni-Channel for when those unexpected disconnects occur without warning.

Salesforce Status Helperคืออะไร?

Salesforce Status Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Drew Rutherford และคุณลักษณะหลักของมันคือ "Salesforce Status Helper will help keep you logged into Omni-Channel for when those unexpected disconnects occur without warning."

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

screenshot
screenshot

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

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

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

                        This extension is useful for when Omni-Channel disconnects you unexpectedly and without warning.

Features:
- Automated queue where it will change your status from Available -> Backlog -> Offline based on your time input.
- If you choose to manually set your status, click your preferred Omni-Channel status. The chosen status will remain active until disabled.
- Every 15 seconds the extension will check that you're still logged in with the selected status or if using the automated queue based on your input time. If not, it will automatically sign you back in.
- Every 60 seconds the extension will check that Omni Supervisor is in a healthy state.

NOTES:
- If the extension detects that you're 'On a Web Case' it will NOT change your status. You will have to manually change out of it first.
- This will ONLY work in .salesforce.com or .force.com domains. If you try to set your status in another tab without these domains nothing will happen.
- If you don't have Omni Supervisor open in a Salesforce tab then an error will display in the console. More importantly you can enter into an error state that the extension can't detect.

-----------------------------------------------------------------------------------------------------

Troubleshooting:

If you open Web Developer Tools by either pressing 'F12' or by going into Settings > More Tools > Developer Tools you will see various console logs. Please use these logs to report any issues.                    

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

ชื่อ Salesforce Status Helper Salesforce Status Helper
ID pocbnhhipcmpgeonneedpjkclpanljpi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/salesforce-status-helper/pocbnhhipcmpgeonneedpjkclpanljpi
คำอธิบาย Salesforce Status Helper will help keep you logged into Omni-Channel for when those unexpected disconnects occur without warning.
ขนาดไฟล์ 49.01 KB
จำนวนการติดตั้ง 94
เวอร์ชันปัจจุบัน 4.6.1
อัปเดตครั้งล่าสุด 2024-01-10
วันที่เผยแพร่ 2022-05-13
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Drew Rutherford
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Andrew1175/Salesforce-Status-Helper---Chrome
URL หน้าช่วยเหลือ https://github.com/Andrew1175/Salesforce-Status-Helper---Chrome
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Salesforce Status Helper",
    "version": "4.6.1",
    "description": "Salesforce Status Helper will help keep you logged into Omni-Channel for when those unexpected disconnects occur without warning.",
    "homepage_url": "https:\/\/github.com\/Andrew1175\/Salesforce-Status-Helper---Chrome",
    "icons": {
        "16": "icons\/zscaler-icon-16.png",
        "24": "icons\/zscaler-icon-24.png",
        "32": "icons\/zscaler-icon-32.png",
        "48": "icons\/zscaler-icon-48.png",
        "96": "icons\/zscaler-icon-96.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/zscaler-icon-16.png",
            "24": "icons\/zscaler-icon-24.png",
            "32": "icons\/zscaler-icon-32.png",
            "48": "icons\/zscaler-icon-48.png",
            "96": "icons\/zscaler-icon-96.png"
        },
        "default_title": "Status Helper",
        "default_popup": "popup\/choose_status.html"
    },
    "permissions": [
        "notifications",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.salesforce.com\/*",
        "*:\/\/*.force.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}