ELMA RPA Web Recognizer
A web extension to search control on web-page for ELMA RPA.
什么是ELMA RPA Web Recognizer?
ELMA RPA Web Recognizer是由ELMA RPA开发的Chrome扩展程序,该扩展的主要功能是“A web extension to search control on web-page for ELMA RPA.”。
扩展截图
下载ELMA RPA Web Recognizer扩展crx文件
下载ELMA RPA Web Recognizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension help find UI elements on web pages. 扩展基本信息
| 名称 | |
| ID | gkcflhpdjejhljgdcbknpnihjkdeiboa |
| 官方URL | https://chromewebstore.google.com/detail/elma-rpa-web-recognizer/gkcflhpdjejhljgdcbknpnihjkdeiboa |
| 简介 | A web extension to search control on web-page for ELMA RPA. |
| 文件大小 | 2.2 MB |
| 安装次数 | 60 |
| 当前版本 | 1.1.1 |
| 更新时间 | 2022-03-01 |
| 上架时间 | 2020-12-03 |
| 开发者 | ELMA RPA |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://elma365.com/ru/products/rpa/ |
| 帮助页面URL | https://elma365.com/ru/help/elma-rpa.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ELMA RPA Web Recognizer",
"description": "A web extension to search control on web-page for ELMA RPA.",
"version": "1.1.1",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/\/*",
"file:\/\/*",
"clipboardWrite",
"tabs"
],
"content_security_policy": "script-src 'self' ; object-src 'self';",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"background": {
"scripts": [
"js\/browser-polyfill.js",
"js\/background.js"
],
"persistent": true
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "web-recognize"
},
"content_scripts": [
{
"matches": [
" | |