Infor-RPA Recorder & Inspector
Infor-RPA Recorder & Inspector is used with RPA Studio to create workflows easily
Infor-RPA Recorder & Inspector क्या है?
Infor-RPA Recorder & Inspector Infor Global Cloud द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Infor-RPA Recorder & Inspector is used with RPA Studio to create workflows easily"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Infor-RPA Recorder & Inspector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
RPA Inspector is used to inspect web elements in activity designing in Infor RPA Studio. Change log: * New UI * Separate window to control recordings and inspections * New export and import feature
एक्सटेंशन की मूल जानकारी
नाम | Infor-RPA Recorder & Inspector |
ID | nelmfadigmfomkjikbehenlpjnpfdicd |
आधिकारिक URL | https://chromewebstore.google.com/detail/infor-rpa-recorder-inspec/nelmfadigmfomkjikbehenlpjnpfdicd |
विवरण | Infor-RPA Recorder & Inspector is used with RPA Studio to create workflows easily |
फ़ाइल का आकार | 2.39 MB |
स्थापना संख्या | 220 |
वर्तमान संस्करण | 4.1 |
अंतिम अपडेट | 2023-06-16 |
प्रकाशन तिथि | 2022-03-08 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Infor Global Cloud |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.infor.com/ |
गोपनीयता नीति पृष्ठ URL | http://www.infor.com/company/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Infor-RPA Recorder & Inspector", "version": "4.1", "manifest_version": 3, "description": "Infor-RPA Recorder & Inspector is used with RPA Studio to create workflows easily", "options_ui": { "page": "options\/options.html", "open_in_tab": false }, "action": { "default_title": "Infor-RPA Recorder & Inspector", "default_icon": "icons\/icon.png", "permissions": [ "tabs" ] }, "sandbox": { "pages": [ "panel2.html" ] }, "icons": { "48": "icons\/icon.png", "16": "icons\/16.png", "128": "icons\/128.png" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "permissions": [ "tabs", "notifications", "activeTab", "webRequest", "storage", "webNavigation", "downloads", "system.display" ], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/md5.min.js", "js\/pako.min.js", "js\/tools.js", "js\/custom-config.js", "js\/locatorBuilders.js", "js\/recorder.js", "js\/indexed-db-utils.js", "js\/vista.js", "js\/siera.js" ], "match_about_blank": true }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/topbar.js", "js\/recorder-handlers.js", "web\/js\/vue.esm-browser.js" ], "match_about_blank": true }, { "all_frames": true, "js": [ "js\/util.js", "js\/content\/atoms.js", "js\/content\/utils.js", "js\/common\/escape.js", "js\/content\/targetSelecter.js", "js\/content\/sizzle.js", "js\/content\/content.js" ], "match_about_blank": true, "matches": [ " |