WebSafe365

WebSafe365 Parental Control

WebSafe365คืออะไร?

WebSafe365 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Innovotech Solutions (UK) และคุณลักษณะหลักของมันคือ "WebSafe365 Parental Control"

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

screenshot
screenshot
screenshot

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

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

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

                        with WebSafe 365, You can control what your kids browsing on the internet.

Parent can either grant access or reject access to a website using Websafe 365 mobile app. 

If you accept a request, kids web browser will redirect to the website automatically. Otherwise website will remain blocked on the kids computer.

You can also set time limits on how long your kid should access a website. Such as 30 mins, 1 hour, 3 hours, 1 day etc.

You can also manage list of websites kids should access on their desktop computer using our WebSafe 365 mobile app.


SETUP GUIDE
----------------------
1. Install our free WebSafe 365 extension on your kid’s computer (this extension). -
2. install WebSafe 365 parent mobile app on parents’ mobile -
* Google Play Store: https://play.google.com/store/apps/details?id=com.innovotech.websafe365
* Apple App Store: https://apps.apple.com/us/app/websafe-365/id1589704427

3. Scan the QR code using WebSafe 365 mobile app to connect the kids desktop browser and your mobile app.                    

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

ชื่อ WebSafe365 WebSafe365
ID caalgailaopfobcgmhcglflekfefpcdn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/websafe365/caalgailaopfobcgmhcglflekfefpcdn
คำอธิบาย WebSafe365 Parental Control
ขนาดไฟล์ 42.56 KB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2021-11-06
วันที่เผยแพร่ 2021-07-19
ผู้พัฒนา Innovotech Solutions (UK)
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://websafe365.com/
URL หน้าช่วยเหลือ https://websafe365.com/setup
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebSafe365",
    "description": "WebSafe365 Parental Control",
    "version": "1.0.8",
    "manifest_version": 2,
    "permissions": [
        "background",
        "notifications",
        "tabs",
        "https:\/\/websafe365.com\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/common.js",
            "background.js",
            "js\/scripts.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "welcome.html",
        "default_icon": "websafe-365-logo.png"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens welcome.html"
        }
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}