ELMA RPA Web Recognizer
A web extension to search control on web-page for ELMA RPA.
Wat is ELMA RPA Web Recognizer?
ELMA RPA Web Recognizer is een Chrome-extensie ontwikkeld door ELMA RPA, en de belangrijkste functie is "A web extension to search control on web-page for ELMA RPA.".
Extensie Screenshots
Download het CRX-bestand van de extensie ELMA RPA Web Recognizer
Download ELMA RPA Web Recognizer-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
This extension help find UI elements on web pages. Basisinformatie over de Extensie
| Naam | |
| ID | gkcflhpdjejhljgdcbknpnihjkdeiboa |
| Officiële URL | https://chromewebstore.google.com/detail/elma-rpa-web-recognizer/gkcflhpdjejhljgdcbknpnihjkdeiboa |
| Beschrijving | A web extension to search control on web-page for ELMA RPA. |
| Bestandsgrootte | 2.2 MB |
| Aantal Installaties | 60 |
| Huidige Versie | 1.1.1 |
| Laatst Bijgewerkt | 2022-03-01 |
| Publicatiedatum | 2020-12-03 |
| Ontwikkelaar | ELMA RPA |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://elma365.com/ru/products/rpa/ |
| Help Pagina-URL | https://elma365.com/ru/help/elma-rpa.html |
| Ondersteunde Talen | 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": [
" | |