gappt Messenger

gappt desktop notifications

gappt Messenger란 무엇입니까?

gappt Messenger은(는) https://gappt.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "gappt desktop notifications"입니다.

확장 프로그램 스크린샷

screenshot

gappt Messenger 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        If you hava a gappt. account then download this Google Chrome browser extension to get real-time notifications of requests from your customer right to your desktop.

If you are a service provider and don't already have a gappt. account - please visit http://gappt.com to find out more.

For our privacy policy please visit https://gappt.com/legal                    

확장 프로그램 기본 정보

이름 gappt Messenger gappt Messenger
ID oedimeheohpkdnajllfcgdenoifjblhd
공식 URL https://chromewebstore.google.com/detail/gappt-messenger/oedimeheohpkdnajllfcgdenoifjblhd
설명 gappt desktop notifications
파일 크기 1.06 MB
설치 횟수 107
현재 버전 6.2
최근 업데이트 2019-01-17
출시 날짜 2019-01-17
개발자 https://gappt.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://gappt.com/legal
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "gappt Messenger",
    "version": "6.2",
    "description": "gappt desktop notifications",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "cookies",
        "notifications",
        "background",
        "*:\/\/admin.gappt.com\/",
        "*:\/\/*.pubnub.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/pubsub.pubnub.com https:\/\/ps.pubnub.com https:\/\/ps1.pubnub.com https:\/\/ps2.pubnub.com https:\/\/ps3.pubnub.com https:\/\/ps4.pubnub.com https:\/\/ps5.pubnub.com; object-src 'self'",
    "browser_action": {
        "default_icon": "toolbar.png",
        "default_popup": "settings.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "settings.html",
    "web_accessible_resources": [
        "g.png",
        "48.png",
        "key.png",
        "animation.gif",
        "error.png"
    ]
}