Agility RPA
Agility RPA Integration with Chrome.
Agility RPAとは何ですか?
Agility RPAはEnterdev S.A.S.によって開発されたChromeの拡張機能で、その主な機能は「Agility RPA Integration with Chrome.」です。
拡張機能のスクリーンショット
Agility RPA拡張機能のCRXファイルをダウンロード
Agility RPA拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Make RPA Chrome automation using Agility RPA Platform. Only for Agility RPA Users. If you want to create an RPA bot over chrome and you need to use the user instance, you need to add this extension on your browser and provide full access, including files and InPrivate windows. This extension only execute the steps described on Agility RPA Studio and any user can view the process when Agility is working because the automation is executed only if an user execute it.
拡張機能の基本情報
名前 | Agility RPA |
ID | opdfdiecheihfgilhekjfdbdjgejodie |
公式URL | https://chromewebstore.google.com/detail/agility-rpa/opdfdiecheihfgilhekjfdbdjgejodie |
説明 | Agility RPA Integration with Chrome. |
ファイルサイズ | 245 KB |
インストール数 | 0 |
現在のバージョン | 1.71 |
最終更新日 | 2023-10-22 |
公開日 | 2021-02-16 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Enterdev S.A.S. |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.enterdev.com/ |
ヘルプページのURL | https://helpdesk.enterdev.co/ |
プライバシーポリシーページのURL | https://www.enterdev.com/wp-content/uploads/2019/04/habeasData.pdf |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Agility RPA", "version": "1.71", "description": "Agility RPA Integration with Chrome.", "short_name": "AgilityRPA", "icons": { "19": "images\/icon_19.png", "38": "images\/icon_38.png", "128": "images\/icon_128.png" }, "browser_action": { "default_title": "Agility Extension", "default_icon": { "19": "images\/icon_19.png", "38": "images\/icon_38.png" }, "default_popup": "html\/main.html" }, "background": { "page": "html\/background.html", "persistent": true }, "content_scripts": [ { "js": [ "js\/jquery-3.3.1.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*", "ftp:\/\/*\/*" ] } ], "permissions": [ "activeTab", "nativeMessaging", "tabs", "webNavigation", "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*", "ftp:\/\/*\/*" ] } |