AuthAnvil Web Recorder
Generates automated login and change password workflow for use in AuthAnvil Password Solutions
Was ist AuthAnvil Web Recorder?
AuthAnvil Web Recorder ist eine Chrome-Erweiterung, die von https://scorpionsoft.com entwickelt wurde, und ihr Hauptmerkmal ist "Generates automated login and change password workflow for use in AuthAnvil Password Solutions".
Erweiterungsscreenshots
AuthAnvil Web Recorder-Erweiterungs-CRX-Datei herunterladen
Laden Sie AuthAnvil Web Recorder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | AuthAnvil Web Recorder |
ID | bdobjbldgefgdhalkiniibihhinfhbpb |
Offizielle URL | https://chromewebstore.google.com/detail/authanvil-web-recorder/bdobjbldgefgdhalkiniibihhinfhbpb |
Beschreibung | Generates automated login and change password workflow for use in AuthAnvil Password Solutions |
Dateigröße | 242 KB |
Installationsanzahl | 178 |
Aktuelle Version | 2.0.0 |
Letztes Update | 2015-06-29 |
Veröffentlichungsdatum | 2015-06-29 |
Bewertung | 2.33/5 Insgesamt 3 Bewertungen |
Entwickler | https://scorpionsoft.com |
Zahlungsart | free |
Erweiterungswebsite | http://www.scorpionsoft.com |
Hilfeseite URL | http://www.scorpionsoft.com/help |
Unterstützte Sprachen | 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" } } |