Sutherland Robility Connect
Robility connect Chrome Extension monitors address bar URL and helps to protect corporate data
Sutherland Robility Connect란 무엇입니까?
Sutherland Robility Connect은(는) robility.support에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Robility connect Chrome Extension monitors address bar URL and helps to protect corporate data"입니다.
확장 프로그램 스크린샷
Sutherland Robility Connect 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Sutherland Robility Connect |
ID | aboenfjacedibonlehnlmonjibinfcgl |
공식 URL | https://chromewebstore.google.com/detail/sutherland-robility-conne/aboenfjacedibonlehnlmonjibinfcgl |
설명 | Robility connect Chrome Extension monitors address bar URL and helps to protect corporate data |
파일 크기 | 46.13 KB |
설치 횟수 | 42,552 |
현재 버전 | 1.5.0 |
최근 업데이트 | 2021-07-20 |
출시 날짜 | 2020-09-06 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | robility.support |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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" } |