Robomotion RPA

Robomotion extension to automate or scrape web applications.

Co je Robomotion RPA?

Robomotion RPA je rozšíření Chrome vyvinuté robomotion.io, a jeho hlavní funkcí je „Robomotion extension to automate or scrape web applications.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Robomotion RPA

Stáhněte si soubory rozšíření Robomotion RPA ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        AI Powered RPA Platform

Robomotion is a web-based and cloud-native Robotic Process Automation (RPA) platform. RPA is an emerging form of business process automation technology based on the notion of software robots or artificial intelligence. Robomotion is a low-code automation platform available as a hosted or on prem version.

Automate Your Manual Tasks

Any manual, repeated and rule-based task that can be described step-by-step can be automated. By mimicking the way humans interact with desktop or web apps, RPA turns your computers into your digital workers.

The designed flows are executed by so-called “software robots” - an agent software that is installed into your computer -. With software robots you can automate any rule-based tasks that you do on your desktop using either web or desktop applications.

Software robots can work on;

- Low value added tasks 
- Operational, repetitive and precision requested works 
- Manual intensive processes 
- Manual workarounds 
- IT systems that don't talk to each other, etc. 

Start Saving, Remove Errors, Enhance Your Work.

Robomotion RPA is a relatively simple technology that sits on top of current software. It doesn’t take months or years to deploy. After a couple of days of Flow Designing, your robot will be ready to go. Software robots reduce costs significantly, eliminate errors and do not make any mistakes. 


Web And Desktop Automation

Robomotion provides 35+ integrations with the tools you use for daily tasks. Slack, Chrome, Firefox, SAP, Excel etc. are some of them. You can connect desktop applications with web browsers to create end-to-end automations. Gathering data from the web, storing into excel, processing data and sending email reports are common tasks that can be designed into a flow easily with Robomotion. After designing flows you can schedule them to run daily, weekly or whenever you need by software robots.


Platform Independent

Robomotion is platform independent at both OS and programming language level. You can use Robomotion on Linux, Mac and Windows operating systems. It is easy to learn and start using. With Robomotion, you can use 5 different languages (C#, Golang, Java, Javascript and Python) to create your custom nodes. 

Start For Free

Find out your daily repeated workflows. Create your flows with our low-code, browser based, drag and drop tools. Schedule your flows to run on specific times or trigger them with external events. 

Start reducing costs and start saving valuable time right after delegating your tasks to our software robots. 

Start now for free!

www.robomotion.io                    

Základní Informace o Rozšíření

Název Robomotion RPA Robomotion RPA
ID oamjpfljjfenimjpcmcbpfflnebabkcp
Oficiální URL https://chromewebstore.google.com/detail/robomotion-rpa/oamjpfljjfenimjpcmcbpfflnebabkcp
Popis Robomotion extension to automate or scrape web applications.
Velikost souboru 319 KB
Počet instalací 3,841
Aktuální Verze 2.1.1
Poslední Aktualizace 2023-09-29
Datum Vydání 2020-05-05
Hodnocení 4.56/5 Celkem 9 Hodnocení
Vývojář robomotion.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.robomotion.io/
URL Stránky Nápovědy https://www.robomotion.io/
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Robomotion extension to automate or scrape web applications.",
    "version": "2.1.1",
    "manifest_version": 3,
    "name": "Robomotion RPA",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "homepage_url": "https:\/\/www.robomotion.io\/",
    "action": {
        "default_title": "Robomotion RPA",
        "default_icon": "default-64.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "64": "default-64.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}