AuthAnvil Web Recorder
Generates automated login and change password workflow for use in AuthAnvil Password Solutions
AuthAnvil Web Recorder là gì?
AuthAnvil Web Recorder là một tiện ích mở rộng Chrome được phát triển bởi https://scorpionsoft.com, và tính năng chính của nó là "Generates automated login and change password workflow for use in AuthAnvil Password Solutions".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AuthAnvil Web Recorder
Tải xuống các tệp mở rộng AuthAnvil Web Recorder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AuthAnvil Web Recorder |
ID | bdobjbldgefgdhalkiniibihhinfhbpb |
URL Chính Thức | https://chromewebstore.google.com/detail/authanvil-web-recorder/bdobjbldgefgdhalkiniibihhinfhbpb |
Mô tả | Generates automated login and change password workflow for use in AuthAnvil Password Solutions |
Kích Thước Tệp | 242 KB |
Số Lần Cài Đặt | 178 |
Phiên Bản Hiện Tại | 2.0.0 |
Cập Nhật Lần Cuối | 2015-06-29 |
Ngày Phát Hành | 2015-06-29 |
Đánh Giá | 2.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://scorpionsoft.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.scorpionsoft.com |
URL Trang Trợ Giúp | http://www.scorpionsoft.com/help |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |