Sutherland Robility Connect

Robility connect Chrome Extension monitors address bar URL and helps to protect corporate data

Apa itu Sutherland Robility Connect?

Sutherland Robility Connect adalah ekstensi Chrome yang dikembangkan oleh robility.support, dan fitur utamanya adalah "Robility connect Chrome Extension monitors address bar URL and helps to protect corporate data".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Sutherland Robility Connect

Unduh file ekstensi Sutherland Robility Connect dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Robility Connect to secure business operations for Work at home employees

The extension serves as an interface between Google Chrome and the Robility platform. Using the extension, the organization can monitor and restrict access to certain blacklisted web sites. Some of the data that is collected by the extension would include logged in user, URL accessed, title of the web page and event occurrence log. This information will be used by the organization to effectively control the employee on-line work behavior during scheduled work hours and protect exposure of business data.



About the platform


Robility platform contains a comprehensive dashboard that tracks data, resources, team member responsibilities and the status of each existing project. It offers the ability to adjust to the required level of technical detail when tracking activity, events, or ownership. In addition, this module delivers the convenience of being able to add, delete or swap tasks in a project.

Robot Monitor: This virtual resource control system facilitates efficient monitoring and control of the entire intelligent automation platform. This module can integrate with several different robots, application, environmental and human interactions from one centralized platform 
Robot Deployment: This single click, web-based source code development management platform is responsible for launching the best version of a robot in the cloud or on an internal server. This module can launch all deployment ready code, following functionality testing and the security testing sign-off process via the platform. Using an "on-the-fly" deployment (patent pending) method, all source codes, environment settings, libraries, binaries and shared objects are deployed to the user acceptance testing phase or to the live environment by the push of a button. This module also provides a "last working point" restoration feature in case of an emergency
Multiple Deployment Models - On-premise, IaaS, PaaS, and hybrid options
Active Directory Integration - Work directly in Orchestrator with your Enterprise AD users and groups
Security - Role-based segregation and isolation of resources with a Role-Based Access Control system covering all aspects of the platform
Deployment – With a single click, manage the release of process automation updates to robot groups for execution
Monitoring, Logging and Audit - All user and robot actions can be tracked, resulting in quicker and cleaner audit reports
Centralized License Management – All module licenses are available on tap for resources to consume when required, rather installing licenses on PCs.
Custom Dashboards-RPA products have standard dashboards leaving users without a choice to configure custom dashboards. Robility has standard dashboards and provides users with flexibility to configure their own dashboard, as well.
Prolific Project Management- Robility project management layers enable the robot development for multiple clients without having to compromise security protocols.
Credential Manager: Credential Manager is a single consolidated vault that provides secure storage and management of robot credentials. All robots are hosted via a secured Representational State Transfer (REST) application program interface system which is protected by Secure Sockets Layer (SSL) security technology.                    

Informasi Dasar Ekstensi

Nama Sutherland Robility Connect Sutherland Robility Connect
ID aboenfjacedibonlehnlmonjibinfcgl
URL Resmi https://chromewebstore.google.com/detail/sutherland-robility-conne/aboenfjacedibonlehnlmonjibinfcgl
Deskripsi Robility connect Chrome Extension monitors address bar URL and helps to protect corporate data
Ukuran File 46.13 KB
Jumlah Instalasi 42,552
Versi Saat Ini 1.5.0
Terakhir Diperbarui 2021-07-20
Tanggal Publikasi 2020-09-06
Penilaian 4.00/5 Total 1 Penilaian
Pengembang robility.support
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "jquery-3.5.1.min.js",
            "SutherlandRobility.js"
        ]
    },
    "browser_action": {
        "default_icon": "Sutherland32.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.5.1.min.js",
                "contentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "description": "Robility connect Chrome Extension monitors address bar URL and helps to protect corporate data",
    "icons": {
        "16": "Sutherland16.png",
        "32": "Sutherland32.png",
        "48": "Sutherland48.png",
        "128": "Sutherland128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuInlwW12HeLumWlKo\/XJIV\/kXozTIb+iZhpPpGNEyAH6L6yD1MmXdHRFbtcdLCa+sXV1WGEoEbbPRW0hKUT4GXTJg6ORmPtJcmrXGE\/S+Pzay5NU8Y0FcX16ldI\/PhJ5IsxJM5eO5QoeoYEP4dUiogCEbAB8RT1yrmnmpePuNLRp\/dlVHLQ3uFLlDQnxjSVKb3ffkYz1RVvqgjNzlO+EBsDBjR2q6NtkXGhEc1l4GPRDgo42XlYhdB7hS+\/ZhWjquF9v4ypAoabaOKX3c25jcjDCLFUL\/1mlfZpzP5ueE\/GZAIzeH84+ceh4Hva1KrdMxog5o9O+MI1duJOppoAZ1QIDAQAB",
    "manifest_version": 2,
    "name": "Sutherland Robility Connect",
    "permissions": [
        "nativeMessaging",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5.0"
}