Alibaba Cloud RPA

Alibaba Cloud RPA for chrome ui automation

Wat is Alibaba Cloud RPA?

Alibaba Cloud RPA is een Chrome-extensie ontwikkeld door alibaba_cloud_rpa, en de belangrijkste functie is "Alibaba Cloud RPA for chrome ui automation".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Alibaba Cloud RPA

Download Alibaba Cloud RPA-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        阿里云RPA机器人Chrome扩展,用于在Google Chrome浏览器中自动化执行Web应用程序

此扩展支持阿里云RPA 3.x至4.x版本。可记录和回放对Chrome浏览器中网页元素的操作,使用户能快速的自动执行任务。                    

Basisinformatie over de Extensie

Naam Alibaba Cloud RPA Alibaba Cloud RPA
ID jfdgbmdcialpkmjdbpmgchbinkjhacem
Officiële URL https://chromewebstore.google.com/detail/alibaba-cloud-rpa/jfdgbmdcialpkmjdbpmgchbinkjhacem
Beschrijving Alibaba Cloud RPA for chrome ui automation
Bestandsgrootte 9.9 KB
Aantal Installaties 10,000
Huidige Versie 1.13
Laatst Bijgewerkt 2021-03-22
Publicatiedatum 2021-03-22
Ontwikkelaar alibaba_cloud_rpa
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.aliyun.com/product/codestore
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Alibaba Cloud RPA",
    "version": "1.13",
    "description": "Alibaba Cloud RPA for chrome ui automation",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "nativeMessaging",
        "tabs",
        "webNavigation",
        "cookies",
        "downloads",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "manifest_version": 2
}