AuthAnvil Web Recorder
Generates automated login and change password workflow for use in AuthAnvil Password Solutions
AuthAnvil Web Recorderとは何ですか?
AuthAnvil Web Recorderはhttps://scorpionsoft.comによって開発されたChromeの拡張機能で、その主な機能は「Generates automated login and change password workflow for use in AuthAnvil Password Solutions」です。
拡張機能のスクリーンショット
AuthAnvil Web Recorder拡張機能のCRXファイルをダウンロード
AuthAnvil Web Recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The AuthAnvil Web Recorder is a free extension that assists AuthAnvil administrators in creating automated login and change password workflows for use in AuthAnvil Password Solutions. This extension helps to eliminate the need to build workflows manually by providing a menu to assist in the mapping up of form fields and navigation, and then provides the ability to write out well-formed SAMLX files for immediate import into AuthAnvil Password Server.
拡張機能の基本情報
名前 | AuthAnvil Web Recorder |
ID | bdobjbldgefgdhalkiniibihhinfhbpb |
公式URL | https://chromewebstore.google.com/detail/authanvil-web-recorder/bdobjbldgefgdhalkiniibihhinfhbpb |
説明 | Generates automated login and change password workflow for use in AuthAnvil Password Solutions |
ファイルサイズ | 242 KB |
インストール数 | 178 |
現在のバージョン | 2.0.0 |
最終更新日 | 2015-06-29 |
公開日 | 2015-06-29 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | https://scorpionsoft.com |
支払い方法 | free |
拡張機能のウェブサイト | http://www.scorpionsoft.com |
ヘルプページのURL | http://www.scorpionsoft.com/help |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AuthAnvil Web Recorder", "version": "2.0.0", "description": "Generates automated login and change password workflow for use in AuthAnvil Password Solutions", "permissions": [ "tabs", "webNavigation", "http:\/\/*\/", "https:\/\/*\/", "contextMenus" ], "browser_action": { "default_icon": "icon48.png", "default_title": "AuthAnvil Web Recorder", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/jquery-2.0.3.min.js", "background.js" ] }, "content_scripts": [ { "js": [ "js\/jquery-2.0.3.min.js", "contentscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ "js\/jquery-2.0.3.min.js", "js\/jquery-2.0.3.min.map" ], "icons": { "48": "icon48.png", "128": "icon128.png" } } |