WebSecurity

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

WebSecurity क्या है?

WebSecurity 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 फ़ाइल डाउनलोड करें

crx प्रारूप में WebSecurity एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 WebSecurity
ID kpfmidcdnfpaamdaobjiiamaihdigaoj
आधिकारिक URL https://chromewebstore.google.com/detail/websecurity/kpfmidcdnfpaamdaobjiiamaihdigaoj
विवरण This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.
फ़ाइल का आकार 9.01 KB
स्थापना संख्या 2,093
वर्तमान संस्करण 2.11
अंतिम अपडेट 2022-10-13
प्रकाशन तिथि 2020-05-07
रेटिंग 2.65/5 कुल 63 रेटिंग्स
डेवलपर ATIdeveloper
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.webwatcher.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "background.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "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"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhaToSzY\/CxTobIqj82RGPv7IBwwWBlGEIA0KCxDqy1EyuHCfv0UtgHvbXDoNFNFYL+QNg+KHXQP2q6G38ToQb\/NVQ01e4cm4cK6HPTlyGVUz6zUsGPK7Q1NyK4ej3sxWvn7\/89a72UVsKiJnyTfpDU9D2+yYvFd5VOqu6xJ70rLVSO65mGtZwiaBM+wBJi5eXlN7Qshi6Qv3oqQHSrUTA\/bG+0IJ7kBw7FwFqrvfBm68aAmScYkssoUVIAU6Y1pd4gXFIxtdKOj0nMwMgjX\/kx+Wv8mNJCRghH+D2+J\/xAfJXdhgcmt9cY\/JyLkvrkYtJYx2I9NVkeuG+JAMgXMa8wIDAQAB",
    "manifest_version": 2,
    "name": "WebSecurity",
    "permissions": [
        "tabs",
        "webNavigation",
        "webRequest",
        "nativeMessaging",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.11",
    "web_accessible_resources": [
        "background.js"
    ]
}