Notify

Extension to notify about important staff

Notify란 무엇입니까?

Notify은(는) Ariorh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to notify about important staff"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Это расширение напоминалка, принципиальное отличие в том что: 
когда приходит время, появляется уведомление windows которое имеет две кнопки: отложить или открыть                    

확장 프로그램 기본 정보

이름 Notify Notify
ID ckgchhbmlojfgfgapggojdkpembnmpga
공식 URL https://chromewebstore.google.com/detail/notify/ckgchhbmlojfgfgapggojdkpembnmpga
설명 Extension to notify about important staff
파일 크기 148 KB
설치 횟수 33
현재 버전 0.0.2
최근 업데이트 2020-06-04
출시 날짜 2020-06-03
개발자 Ariorh
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Ariorh1337/Notify
개인정보 보호 정책 페이지 URL http://ariorh.com/privacy.html
지원되는 언어 ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Notify",
    "description": "Extension to notify about important staff",
    "version": "0.0.2",
    "browser_action": {
        "default_popup": "popup\/main.html"
    },
    "icons": {
        "16": "\/img\/bell.png",
        "48": "\/img\/bell.png",
        "128": "\/img\/bell.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs"
    ]
}