WebSecurity for mac

This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.

ما هو WebSecurity for mac؟

WebSecurity for mac هو إضافة Chrome تم تطويرها بواسطة ATIdeveloper، والميزة الرئيسية لها هي "This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة WebSecurity for mac

قم بتنزيل ملفات الامتداد WebSecurity for mac بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        WebSecurity is a Google Chrome extension that works in conjunction with Awareness Technologies user productivity monitoring software package to monitor and block access to web content in the Chrome browser. This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the Awareness Technologies software. Screenshot shows what happens when a blocked website is reached when the extension is in use in conjunction with Awareness Technologies user productivity monitoring software.                    

معلومات أساسية عن التمديد

الاسم WebSecurity for mac WebSecurity for mac
ID onbpjbgmafgedakpmkmgcbogfomcpjjd
عنوان URL الرسمي https://chromewebstore.google.com/detail/websecurity-for-mac/onbpjbgmafgedakpmkmgcbogfomcpjjd
الوصف This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.
حجم الملف 12.93 KB
عدد التثبيتات 449
النسخة الحالية 2.4
آخر تحديث 2022-10-13
تاريخ النشر 2020-02-16
تقييم 1.73/5 مجموع تقييمات 11
المطور ATIdeveloper
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.webwatcher.com/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebSecurity for mac",
    "version": "2.4",
    "description": "This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.",
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "",
        "webRequestBlocking",
        "nativeMessaging"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "XMLHttpRequest.js"
    ]
}