Chat Buzzer by DeskMoz

Chat Buzzer by DeskMoz generates the chat alert sound when the LiveChatInc/ Zopim chat(s) are not answered for the time you set.

什麼是Chat Buzzer by DeskMoz?

Chat Buzzer by DeskMoz是由https://deskmoz.com開發的Chrome擴展程式,該擴展的主要功能是“Chat Buzzer by DeskMoz generates the chat alert sound when the LiveChatInc/ Zopim chat(s) are not answered for the time you set.”。

擴展截圖

screenshot
screenshot

下載Chat Buzzer by DeskMoz擴展crx文件

下載Chat Buzzer by DeskMoz擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Chat Buzzer app by DeskMoz helps the users of LiveChat Inc and Zopim to answer the chats on time. Whenever a chat operator receives a chat and the chat is not answered within a defined time, this extension will send desktop and sound notification; thus the chat operators can answer the chat on time. The users can pre-define the time in seconds to set the notification. 
Live chat services are becoming the basic need of every website and answering the chats on time really increases customer satisfaction and boosts the sales.                    

擴展基本資訊

名稱 Chat Buzzer by DeskMoz Chat Buzzer by DeskMoz
ID lineielajfkpadmgbjmokbgmmeckchno
官方網址 https://chrome.google.com/webstore/detail/chat-buzzer-by-deskmoz/lineielajfkpadmgbjmokbgmmeckchno
簡介 Chat Buzzer by DeskMoz generates the chat alert sound when the LiveChatInc/ Zopim chat(s) are not answered for the time you set.
檔案大小 277 KB
安裝次數 37
目前版本 1.5
更新時間 2019-05-29
上架時間 2019-05-29
評分 4.82/5 共 33 次評分
開發者 https://deskmoz.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://deskmoz.com
隱私政策頁面URL https://deskmoz.com/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chat Buzzer by DeskMoz",
    "description": "Chat Buzzer by DeskMoz generates the chat alert sound when the LiveChatInc\/ Zopim chat(s) are not answered for the time you set.",
    "version": "1.5",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/functions.js",
            "js\/storage.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon-active.png",
            "38": "img\/icon-active-scale2.png"
        },
        "default_title": "Chat Buzzer by DeskMoz",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        "contextMenus",
        "*:\/\/deskmoz.com\/",
        "*:\/\/dashboard.deskmoz.com\/"
    ],
    "web_accessible_resources": [
        "img\/icon-48.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/my.livechatinc.com\/*",
                "*:\/\/dashboard.zopim.com\/*"
            ],
            "js": [
                "js\/observer.js"
            ],
            "run_at": "document_idle"
        }
    ]
}