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ファイルをダウンロード
Accountable2You School Edition拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |