Kotter Hardware Info
For retrieving user hardware information
Kotter Hardware Info란 무엇입니까?
Kotter Hardware Info은(는) http://speedtest.kotter.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "For retrieving user hardware information"입니다.
확장 프로그램 스크린샷
Kotter Hardware Info 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
For retrieving user hardware information to determine if your hardware will support the features in products produced by The Kotter Group.
확장 프로그램 기본 정보
이름 | |
ID | peioeobmpgglbldfgpbbecbpkmgfiecb |
공식 URL | https://chrome.google.com/webstore/detail/kotter-hardware-info/peioeobmpgglbldfgpbbecbpkmgfiecb |
설명 | For retrieving user hardware information |
파일 크기 | 296 KB |
설치 횟수 | 110 |
현재 버전 | 1.21 |
최근 업데이트 | 2019-03-21 |
출시 날짜 | 2019-03-21 |
개발자 | http://speedtest.kotter.net |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://www.kotter.net |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kotter Hardware Info", "description": "For retrieving user hardware information", "version": "1.21", "browser_action": { "default_icon": "settings-icon.png", "default_popup": "popup.html", "default_title": "Kotter Hardware Info" }, "icons": { "16": "settings-icon.png", "48": "settings-icon.png", "128": "settings-icon.png" }, "permissions": [ "system.cpu", "system.memory", "system.storage" ] } |