Accountable2You School Edition
This extension monitors all Chrome activity and logs it securely for accountability partners.
Accountable2You School Edition란 무엇입니까?
Accountable2You School Edition은(는) chrome.developer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension monitors all Chrome activity and logs it securely for accountability partners."입니다.
확장 프로그램 스크린샷
Accountable2You School Edition 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Accountable2You is an accountability software that monitors your device and keeps you accountable. This accountability extension requires a membership with Accountable2You (www.accountable2you.com). All membership plans come with a 10 day free trial! A membership with Accountable2You allows you to use the software on all your Android, PC, Mac, iOS and Chromebook devices for just one price.
확장 프로그램 기본 정보
이름 | Accountable2You School Edition |
ID | cmpfdiladkiddjmadogdniihoikmjako |
공식 URL | https://chromewebstore.google.com/detail/accountable2you-school-ed/cmpfdiladkiddjmadogdniihoikmjako |
설명 | This extension monitors all Chrome activity and logs it securely for accountability partners. |
파일 크기 | 1.13 MB |
설치 횟수 | 448 |
현재 버전 | 2.0.3 |
최근 업데이트 | 2023-01-24 |
출시 날짜 | 2019-09-11 |
개발자 | chrome.developer |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.accountable2you.com |
도움말 페이지 URL | https://www.accountable2you.com/support |
개인정보 보호 정책 페이지 URL | https://accountable2you.com/terms/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Accountable2You School Edition", "version": "2.0.3", "permissions": [ "tabs", "storage" ], "host_permissions": [ "https:\/\/api.accountable2you.com\/*", "https:\/\/api.accountable2you.dev\/*", "https:\/\/api.accountable2you.green\/*", "https:\/\/d2wy8f7a9ursnm.cloudfront.net\/*" ], "content_scripts": [ { "js": [ "content.js" ], "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 3, "description": "This extension monitors all Chrome activity and logs it securely for accountability partners.", "background": { "service_worker": "mergedbackground.js" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |