Qustodio

Qustodio extension

Qustodioคืออะไร?

Qustodio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Qustodio และคุณลักษณะหลักของมันคือ "Qustodio extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Qustodio

ดาวน์โหลดไฟล์ส่วนขยาย Qustodio ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Qustodio Chrome Extension works alongside the Qustodio Kid’s App for Android to protect Chromebook devices. These are the companions of the Qustodio Parental Control App, our app specially for parent devices. Please only download this app onto a device being used by a child or teen.

We recommend you start by downloading the Qustodio Parental Control App onto your device (usually your mobile phone or laptop). Then, download this Chrome Extension and the Kids App Qustodio onto your child’s device or devices. Together, the two apps allow you to seamlessly manage your child’s daily screen time allowance on linked mobile, tablet or desktop devices across platforms including Chromebook, Android, iOS, macOS and other major operating systems.

For the step-by-step installation guide, check https://help.qustodio.com/hc/en-us/articles/360016915997

Our FAQs:
• Does Qustodio family screen time blocker app work on other platforms besides Chromebook? Qustodio can protect Android, Windows, Mac, iOS, Kindle and Android.
• Can I install Qustodio on school-issued Chromebooks? If your Chromebook is managed by your child's school, please make sure they allow third party extensions in their Google Suite account so you can install the Qustodio Extension on the device. 
• What languages do you support? Qustodio is available in English, Spanish, French, Italian, Portuguese, German, Japanese and Chinese.

For support, contact us here: https://www.qustodio.com/help                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Qustodio Qustodio
ID aagckeangbhdegepjkmihamjggeflipg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/qustodio/aagckeangbhdegepjkmihamjggeflipg
คำอธิบาย Qustodio extension
ขนาดไฟล์ 4.15 MB
จำนวนการติดตั้ง 6,522
เวอร์ชันปัจจุบัน 0.17.0
อัปเดตครั้งล่าสุด 2024-02-05
วันที่เผยแพร่ 2021-02-15
คะแนน 2.47/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา Qustodio
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.qustodio.com/en/
URL หน้าช่วยเหลือ https://help.qustodio.com/hc/en-us/
URL หน้านโยบายความเป็นส่วนตัว https://www.qustodio.com/family/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Qustodio",
    "version": "0.17.0",
    "description": "Qustodio extension",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnPAIc\/\/0Ix91fegpB8Q+HDflfc5tlVs4JjV71yG6rWfGQAOR11r0vnyLqrrZxzby98b4wIn4w4EZy3JCecgV9iZoEx+Rj6asCp7vfYj9q\/Kfvr\/KB+bqjeb2Q611GlyxU3GQuMh\/yYjK0EIOkgHx+4676JXWe4\/0Nimpxd3rnZYSf0XrZQxCi7iMnXQ6mCyqUw73QR58TcwIU6OVHkFH5IiKYFuyrMTfsxEO2efU+siMTMWSFjlJ16YuU2bAWtOd02LiGNwCp0pTeDyoEy9U8jT4VgsTXDNbVRrki9c30L9Hz+Sf2nhqVub377ZKGBQKeszwQU6vvkU5oJHgrTttyQIDAQAB",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "alarms",
        "tabs",
        "storage",
        "webRequest",
        "declarativeNetRequest",
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content_script.js"
            ]
        }
    ],
    "action": {
        "default_title": "Qustodio"
    },
    "omnibox": {
        "keyword": "qustodiodebug"
    },
    "icons": {
        "16": "images\/qustodio-16x16.png",
        "32": "images\/qustodio-32x32.png",
        "48": "images\/qustodio-48x48.png",
        "128": "images\/qustodio-128x128.png"
    },
    "incognito": "split"
}