Primas Web Notifier

Web Notifier will show the notification and screen-pop from the PrimasCX Server

Primas Web Notifier란 무엇입니까?

Primas Web Notifier은(는) https://www.primas.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web Notifier will show the notification and screen-pop from the PrimasCX Server"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Primas Web Notifier 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension helps to trigger the Windows Notification and popup for an incoming call to contact center agents. The popup can be a web page, chat-box, web-mail to help agents identify the caller and interact with the caller.
The pop up appears in a new browser window or a dialog inside the current web page in active tab, it ups to customer's preferences.
The popup only displays for the users who signed in to the Primas Web Notifier as a Primas Web user.
Users can specify which site domains they want to embed the popup and their Primas CX server URL.                    

확장 프로그램 기본 정보

이름 Primas Web Notifier Primas Web Notifier
ID mehjjmnlpellfhknjhegkgicjkglknih
공식 URL https://chromewebstore.google.com/detail/primas-web-notifier/mehjjmnlpellfhknjhegkgicjkglknih
설명 Web Notifier will show the notification and screen-pop from the PrimasCX Server
파일 크기 1.14 MB
설치 횟수 592
현재 버전 0.0.57
최근 업데이트 2023-11-08
출시 날짜 2020-07-25
평점 5.00/5 총 13 개의 평점
개발자 https://www.primas.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.primas.net
도움말 페이지 URL https://docs.primas.net/display/PRIMASCX/Primas+CX+User+Guide
개인정보 보호 정책 페이지 URL https://www.primas.net/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Primas Web Notifier",
    "version": "0.0.57",
    "description": "Web Notifier will show the notification and screen-pop from the PrimasCX Server",
    "icons": {
        "16": "Images\/logo.png",
        "48": "Images\/logo.png",
        "128": "Images\/logo.png"
    },
    "background": {
        "scripts": [
            "Scripts\/config.js",
            "Scripts\/DOM.common.js",
            "Scripts\/common.js",
            "Scripts\/jquery-3.5.1.min.js",
            "SignalR\/jquery.signalR-2.4.1.min.js",
            "SignalR\/hubs_053.js",
            "Scripts\/business.js",
            "Scripts\/template.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "cookies",
        "notifications",
        "*:\/\/*.primascx.net\/*",
        "*:\/\/*.primas.net\/*",
        "*:\/\/*.uw.edu\/*",
        "*:\/\/*.uwmedicine.org\/*",
        "*:\/\/localhost\/*",
        "*:\/\/*.teamhgs.com\/*",
        "*:\/\/*.primas.cx\/*",
        "*:\/\/*.lightning.force.com\/*",
        "*:\/\/*.dynamics.com\/*",
        "*:\/\/*.soundline.io\/*",
        "*:\/\/*.ctasia.com\/*",
        "bookmarks"
    ],
    "optional_permissions": [],
    "web_accessible_resources": [
        "Images\/logo.png",
        "Styles\/fontawesome-free-5.13.0-web\/css\/all.min.css"
    ],
    "content_scripts": [
        {
            "js": [
                "Scripts\/config.js",
                "Scripts\/common.js",
                "Scripts\/DOM.common.js",
                "Contents\/SalesForce\/sale.content.js"
            ],
            "matches": [
                "*:\/\/*.salesforce.com\/*",
                "*:\/\/*.lightning.force.com\/*"
            ]
        },
        {
            "js": [
                "Scripts\/config.js",
                "Scripts\/common.js",
                "Scripts\/DOM.common.js",
                "Contents\/Gmail\/gmail.content.js"
            ],
            "matches": [
                "*:\/\/gmail.com\/*",
                "*:\/\/mail.google.com\/*"
            ]
        },
        {
            "js": [
                "Scripts\/config.js",
                "Scripts\/common.js",
                "Scripts\/DOM.common.js",
                "Contents\/Gmail\/google.content.js"
            ],
            "matches": [
                "*:\/\/accounts.google.com\/*"
            ]
        },
        {
            "js": [
                "Scripts\/config.js",
                "Scripts\/common.js",
                "Scripts\/DOM.common.js",
                "Contents\/Others\/adaptive.js",
                "Contents\/ExchMS2013\/exch.auth.content.js"
            ],
            "matches": [
                "*:\/\/exch.primas.net\/owa\/*"
            ]
        },
        {
            "js": [
                "Scripts\/config.js",
                "Scripts\/common.js",
                "Scripts\/DOM.common.js",
                "Contents\/MS365\/ms.outlook.content.js"
            ],
            "matches": [
                "*:\/\/login.microsoftonline.com\/*"
            ]
        },
        {
            "js": [
                "Scripts\/config.js",
                "Scripts\/common.js",
                "Scripts\/DOM.common.js",
                "Contents\/MS365\/outlook.content.js"
            ],
            "matches": [
                "*:\/\/outlook.office365.com\/mail\/*"
            ]
        },
        {
            "js": [
                "Scripts\/config.js",
                "Scripts\/common.js",
                "Contents\/AutoDashboard\/demo.dashboard.js",
                "Contents\/AutoDashboard\/single.signon.dashboard.js"
            ],
            "matches": [
                "*:\/\/*.primascx.net\/*",
                "*:\/\/*.primas.net\/*",
                "*:\/\/*.uw.edu\/*",
                "*:\/\/*.uwmedicine.org\/*",
                "*:\/\/localhost\/*",
                "*:\/\/*.teamhgs.com\/*",
                "*:\/\/*.primas.cx\/*",
                "*:\/\/*.soundline.io\/*",
                "*:\/\/*.ctasia.com\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "32": "Images\/logo.png"
        },
        "default_popup": "Popup\/index.html"
    }
}