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.”。

扩展截图

screenshot
screenshot

下载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.                    

扩展基本信息

名称 Accountable2You School Edition 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"
    }
}