PingER

Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB.

PingER란 무엇입니까?

PingER은(는) Kishore Ithadi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Pinger will run in the background when the browser is closed. This extension will send an email and chrome desktop notification once your entities state is changed. You can also customize the interval of status check.                    

확장 프로그램 기본 정보

이름 PingER PingER
ID jcoegkmjenfpgmkoeomahaioddaajfdk
공식 URL https://chrome.google.com/webstore/detail/pinger/jcoegkmjenfpgmkoeomahaioddaajfdk
설명 Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB.
파일 크기 207 KB
설치 횟수 84
현재 버전 0.0.0.3
최근 업데이트 2019-11-19
출시 날짜 2019-11-15
평점 5.00/5 총 4 개의 평점
개발자 Kishore Ithadi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/KishoreIthadi/Pinger
도움말 페이지 URL https://github.com/KishoreIthadi/Pinger/issues
개인정보 보호 정책 페이지 URL https://github.com/KishoreIthadi/Pinger/blob/master/LICENSE
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PingER",
    "short_name": "PingER",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB.",
    "version": "0.0.0.3",
    "icons": {
        "16": "images\/pingerX16.png",
        "32": "images\/pingerX32.png",
        "48": "images\/pingerX48.png",
        "128": "images\/pingerX128.png"
    },
    "browser_action": {
        "default_icon": "images\/pingerX32.png",
        "default_popup": "pinger.html"
    },
    "background": {
        "scripts": [
            "scripts\/vendorjs.min.js",
            "scripts\/common.min.js",
            "scripts\/background.min.js"
        ]
    },
    "permissions": [
        "background",
        "notifications",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}