Notify Me!

Get notify.

Notify Me!란 무엇입니까?

Notify Me!은(는) Anuj Gupta에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get notify."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Notify Me! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension allows you to receive Android notifications in your browser. In order to use this extension you also need to download and install a free app for your Android phone.

Never Miss A Notification
★ See your phone's call and SMS notifications on your computer.
★ Secure: Protect your notifications and SMS with end-to-end encryption.
★ Real time notification on browser.
★ We never store your data new login each day.
★ Send message from your chrome extension (Beta)*                    

확장 프로그램 기본 정보

이름 Notify Me! Notify Me!
ID ojajiolndkgblgmeomogofflebcianae
공식 URL https://chrome.google.com/webstore/detail/notify-me/ojajiolndkgblgmeomogofflebcianae
설명 Get notify.
파일 크기 252 KB
설치 횟수 12
현재 버전 1.04
최근 업데이트 2018-09-19
출시 날짜 2018-09-19
평점 3.00/5 총 2 개의 평점
개발자 Anuj Gupta
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Notify Me!",
    "description": "Get notify.",
    "version": "1.04",
    "short_name": "Notify Me",
    "browser_action": {
        "default_icon": "images\/synchronization_64.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "socket.io.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/synchronization_16.png",
        "32": "images\/synchronization_32.png",
        "48": "images\/synchronization_64.png",
        "128": "images\/synchronization_128.png"
    },
    "permissions": [
        "activeTab",
        "notifications",
        "storage",
        "tabs"
    ]
}