Accountable2You School Edition

This extension monitors all Chrome activity and logs it securely for accountability partners.

Apa itu Accountable2You School Edition?

Accountable2You School Edition adalah ekstensi Chrome yang dikembangkan oleh chrome.developer, dan fitur utamanya adalah "This extension monitors all Chrome activity and logs it securely for accountability partners.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Accountable2You School Edition

Unduh file ekstensi Accountable2You School Edition dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Accountable2You School Edition Accountable2You School Edition
ID cmpfdiladkiddjmadogdniihoikmjako
URL Resmi https://chromewebstore.google.com/detail/accountable2you-school-ed/cmpfdiladkiddjmadogdniihoikmjako
Deskripsi This extension monitors all Chrome activity and logs it securely for accountability partners.
Ukuran File 1.13 MB
Jumlah Instalasi 448
Versi Saat Ini 2.0.3
Terakhir Diperbarui 2023-01-24
Tanggal Publikasi 2019-09-11
Pengembang chrome.developer
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.accountable2you.com
URL Halaman Bantuan https://www.accountable2you.com/support
URL Halaman Kebijakan Privasi https://accountable2you.com/terms/privacy
Bahasa yang Didukung 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"
    }
}