Infor-TaaS Workflow Recorder & Playback
This will work with Infor-TaaS application and It will record and playback workflows
Infor-TaaS Workflow Recorder & Playbackとは何ですか?
Infor-TaaS Workflow Recorder & PlaybackはInfor Global Cloudによって開発されたChromeの拡張機能で、その主な機能は「This will work with Infor-TaaS application and It will record and playback workflows」です。
拡張機能のスクリーンショット
Infor-TaaS Workflow Recorder & Playback拡張機能のCRXファイルをダウンロード
Infor-TaaS Workflow Recorder & Playback拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Vista workflow recorder is capable of record and playback workflows in Infor TaaS application 拡張機能の基本情報
| 名前 | |
| ID | aepcmkckfghnmloppgpkpajjfndjcmnh |
| 公式URL | https://chromewebstore.google.com/detail/infor-taas-workflow-recor/aepcmkckfghnmloppgpkpajjfndjcmnh |
| 説明 | This will work with Infor-TaaS application and It will record and playback workflows |
| ファイルサイズ | 574 KB |
| インストール数 | 556 |
| 現在のバージョン | 5.4.7 |
| 最終更新日 | 2022-02-10 |
| 公開日 | 2020-06-18 |
| 開発者 | Infor Global Cloud |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://taas.krypton.infor.com |
| プライバシーポリシーページのURL | http://www.infor.com/company/privacy |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Infor-TaaS Workflow Recorder & Playback",
"version": "5.4.7",
"manifest_version": 2,
"browser_action": {
"default_title": "Infor-TaaS Recorder & Playback",
"default_icon": "icons\/icon.png",
"default_popup": "popup_pathfinder.html",
"default_js": "pathfinder\/js\/popup.js",
"permissions": [
"tabs"
]
},
"icons": {
"48": "icons\/icon.png",
"16": "icons\/16.png",
"128": "icons\/128.png"
},
"description": "This will work with Infor-TaaS application and It will record and playback workflows",
"background": {
"scripts": [
"js\/md5.min.js",
"js\/common\/browser-polyfill.js",
"js\/blankImage.js",
"js\/background.js",
"js\/background-util.js",
"js\/pako.min.js",
"js\/pathfinder\/js\/scripts\/libs\/sjcl.min.js",
"js\/webauthImage.js"
]
},
"permissions": [
"tabs",
"activeTab",
"webRequest",
" | |