FamiSafe

FamiSafe extension

FamiSafeคืออะไร?

FamiSafe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://famisafe.wondershare.com/ และคุณลักษณะหลักของมันคือ "FamiSafe extension"

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

screenshot
screenshot
screenshot

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

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

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

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

Parents need to install FamiSafe Parental Control App on parent devices (usually on your mobile phone or pad). Then, download this Chrome Extension and the FamiSafe Jr App onto your child’s device or devices. Together, the two apps allow parents to manage a child’s screen time, track a child’s location, block inappropriate websites. And other features like game & porn blocking, suspicious photos detecting and suspicious text detecting on social media app like YouTube, Facebook, Instagram, WhatsApp and more on linked mobile, tablet or desktop devices across platforms including Chromebook, Android, iOS, macOS and other major operating systems. FamiSafe help kids cultivate healthy digital habits and create a safe online environment.


Our FAQs:
• Does FamiSafe screen time and parental control app work on other platforms besides Chromebook? 
FamiSafe can protect Android, iOS, Windows, Mac and Kindle.

• Can I install FamiSafe 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 FamiSafe Extension on the device. 

• What languages do you support? 
FamiSafe is available in English, Spanish, French, Portuguese, German, Japanese and Korean.

For support, contact us here: https://famisafe.wondershare.com/faq/                    

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

ชื่อ FamiSafe FamiSafe
ID kdcadgckcdgebkmhedjkebadbefeeona
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/famisafe/kdcadgckcdgebkmhedjkebadbefeeona
คำอธิบาย FamiSafe extension
ขนาดไฟล์ 1.24 MB
จำนวนการติดตั้ง 900
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2021-09-18
วันที่เผยแพร่ 2021-08-26
ผู้พัฒนา https://famisafe.wondershare.com/
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://famisafe.wondershare.com/
URL หน้าช่วยเหลือ https://support.wondershare.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.wondershare.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FamiSafe",
    "version": "1.0.2",
    "description": "FamiSafe extension",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "alarms"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/assets\/images\/logo.png",
            "32": "\/assets\/images\/logo.png",
            "48": "\/assets\/images\/logo.png",
            "128": "\/assets\/images\/logo.png"
        }
    },
    "icons": {
        "16": "\/assets\/images\/logo.png",
        "32": "\/assets\/images\/logo.png",
        "48": "\/assets\/images\/logo.png",
        "128": "\/assets\/images\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start"
        }
    ]
}