CloudCodes gControl 2.0 extension

An extension for CloudCodes for G Suite provided by CloudCodes Software.

ما هو CloudCodes gControl 2.0 extension؟

CloudCodes gControl 2.0 extension هو إضافة Chrome تم تطويرها بواسطة https://cloudcodes.com، والميزة الرئيسية لها هي "An extension for CloudCodes for G Suite provided by CloudCodes Software.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة CloudCodes gControl 2.0 extension

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

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

                        This is an extension to CloudCodes gControl 2.0 for gmail block. 

gControl is advance access control for Google Apps, gControl provides the admin an additional set of controls to meet the enterprise needs of access control of Google Apps on the Cloud.

Using this extension, the Google Apps admin can block its user from accessing his personal Gmail account in the company network.
The domain needs to use gControl in order to use this extension. The admin can force its user to install this extension by enabling Gmail Block settings in gControl Settings.

By installing this item, you agree to the CloudCodes Privacy Policy Statement
at https://www.cloudcodes.com/security-privacy-policy/                    

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

الاسم CloudCodes gControl 2.0 extension CloudCodes gControl 2.0 extension
ID pfmdpccfgkgfnmnofimjngmgcmgiljal
عنوان URL الرسمي https://chromewebstore.google.com/detail/cloudcodes-gcontrol-20-ex/pfmdpccfgkgfnmnofimjngmgcmgiljal
الوصف An extension for CloudCodes for G Suite provided by CloudCodes Software.
حجم الملف 215 KB
عدد التثبيتات 798
النسخة الحالية 0.28
آخر تحديث 2022-09-13
تاريخ النشر 2022-06-29
المطور https://cloudcodes.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.cloudcodes.com/gcontrol.html
عنوان صفحة المساعدة https://www.cloudcodes.com/security-privacy-policy/
عنوان صفحة سياسة الخصوصية https://www.cloudcodes.com/security-privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CloudCodes gControl 2.0 extension",
    "version": "0.28",
    "description": "An extension for CloudCodes for G Suite provided by CloudCodes Software.",
    "manifest_version": 3,
    "incognito": "split",
    "icons": {
        "16": "gcontrol_ext_logo.png",
        "48": "gcontrol_ext_logo.png",
        "128": "gcontrol_ext_logo.png"
    },
    "background": {
        "service_worker": "worker-loader.js"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.google.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/mail.google.com\/mail*\/h\/*",
                "*:\/\/mail.google.com\/mail*\/x\/*"
            ],
            "js": [
                "lib\/bootstrap.js",
                "lib\/jquery.1.4.2.js",
                "lib\/jquery.ba-bbq.js",
                "lib\/lab.js",
                "lib\/init.js",
                "lib\/gmailr.js",
                "main.js",
                "content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/mail*\/h\/*"
            ],
            "js": [
                "lib\/basic.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/mail*\/x\/*"
            ],
            "js": [
                "lib\/mobile.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/accounts.google.com\/*"
            ],
            "js": [
                "lib\/jquery.1.4.2.js",
                "lib\/mobile.js",
                "thirdPartySession.js",
                "lib\/blockit.js",
                "lib\/basic.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/drive.google.com\/*"
            ],
            "js": [
                "lib\/jquery.1.4.2.js",
                "lib\/drive.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/docs.google.com\/*"
            ],
            "js": [
                "lib\/jquery.1.4.2.js",
                "lib\/docs.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/plus.google.com\/*",
                "*:\/\/www.google.com\/contacts\/*",
                "*:\/\/contacts.google.com\/*",
                "*:\/\/sites.google.com\/*",
                "*:\/\/hangouts.google.com\/*"
            ],
            "js": [
                "lib\/jquery.1.4.2.js",
                "lib\/plusjs.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/photos.google.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/play.google.com\/*",
                "*:\/\/groups.google.com\/*",
                "*:\/\/myaccount.google.com\/*",
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "lib\/jquery.1.4.2.js",
                "lib\/plusjs.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/calendar.google.com\/*"
            ],
            "js": [
                "lib\/jquery.1.4.2.js",
                "lib\/plusjs.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.google.com\/*"
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "lib\/idletab.js",
                "lib\/sessiontimeout.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.appspot.com\/loginpageservlet\/*",
                "*:\/\/*.appspot.com\/*",
                "*:\/\/*.appspot.com\/user\/login\/accountlogin\/*",
                "*:\/\/*.appspot.com\/user\/login\/*"
            ],
            "js": [
                "lib\/installhelper.js",
                "content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/accounts.google.com\/o\/openid2\/*",
                "*:\/\/accounts.google.com\/signin\/oauth\/consent\/*",
                "*:\/\/accounts.google.com\/signin\/oauth\/oauthchooseaccount\/*"
            ],
            "js": [
                "lib\/jquery.1.4.2.js",
                "lib\/blockit.js",
                "lib\/plusjs.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "*:\/\/*.google.com\/*",
        "*:\/\/*.appspot.com\/*",
        ""
    ],
    "permissions": [
        "storage",
        "history",
        "idle",
        "alarms",
        "activeTab",
        "tabs",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "manifest.json",
                "lib\/basic.js",
                "lib\/blockit.js",
                "lib\/bootstrap.js",
                "lib\/bootstrapDrive.js",
                "lib\/docs.js",
                "lib\/drive.js",
                "lib\/drivejs.js",
                "lib\/driver.js",
                "lib\/gcontrolextn.js",
                "lib\/gmailr.js",
                "lib\/init.js",
                "lib\/initDrive.js",
                "lib\/installhelper.js",
                "lib\/jquery.1.4.2.js",
                "lib\/jquery.ba-bbq.js",
                "lib\/lab.js",
                "lib\/mobile.js",
                "lib\/plus.js",
                "background.html",
                "content.js",
                "dialog.html",
                "dialog.js",
                "emailclassification.js",
                "extension.png",
                "gcontrol_ext_logo.png",
                "jquery-1.10.2.min.js",
                "gmail.js",
                "main.css",
                "main.js",
                "thirdPartySession.js",
                "violation.html",
                "violation.js",
                "jquery-ui-1.8.2.custom.min.js",
                "jquery.jcryption-1.1.min.js",
                "framework.js"
            ],
            "matches": []
        }
    ]
}