Chromebook Update Nag Screen

Managed Chromebook - check for chromebook updates

Chromebook Update Nag Screen란 무엇입니까?

Chromebook Update Nag Screen은(는) Mr Lee Teaches에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Managed Chromebook - check for chromebook updates"입니다.

확장 프로그램 스크린샷

screenshot

Chromebook Update Nag Screen 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Extension to check for Chrome version on district managed Chromebooks and ask them to update if version is out of date.                    

확장 프로그램 기본 정보

이름 Chromebook Update Nag Screen Chromebook Update Nag Screen
ID ohjnpglompgfabihmcgjjmkeegkoiill
공식 URL https://chrome.google.com/webstore/detail/chromebook-update-nag-scr/ohjnpglompgfabihmcgjjmkeegkoiill
설명 Managed Chromebook - check for chromebook updates
파일 크기 26.31 KB
설치 횟수 116
현재 버전 1.0.2
최근 업데이트 2019-05-27
출시 날짜 2019-05-23
개발자 Mr Lee Teaches
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://developer.chrome.com/webstore/terms
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chromebook Update Nag Screen",
    "description": "Managed Chromebook - check for chromebook updates",
    "version": "1.0.2",
    "icons": {
        "16": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.min.js"
        ]
    },
    "permissions": [
        "background",
        "identity",
        "identity.email",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs",
        "enterprise.deviceAttributes"
    ],
    "manifest_version": 2
}