AuthAnvil Web Recorder

Generates automated login and change password workflow for use in AuthAnvil Password Solutions

Qu'est-ce que AuthAnvil Web Recorder ?

AuthAnvil Web Recorder est une extension Chrome développée par https://scorpionsoft.com, et sa fonction principale est "Generates automated login and change password workflow for use in AuthAnvil Password Solutions".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension AuthAnvil Web Recorder

Téléchargez les fichiers d'extension AuthAnvil Web Recorder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AuthAnvil Web Recorder AuthAnvil Web Recorder
ID bdobjbldgefgdhalkiniibihhinfhbpb
URL Officiel https://chromewebstore.google.com/detail/authanvil-web-recorder/bdobjbldgefgdhalkiniibihhinfhbpb
Description Generates automated login and change password workflow for use in AuthAnvil Password Solutions
Taille du Fichier 242 KB
Nombre d'Installations 178
Version Actuelle 2.0.0
Dernière Mise à Jour 2015-06-29
Date de Publication 2015-06-29
Évaluation 2.33/5 Total 3 Évaluations
Développeur https://scorpionsoft.com
Type de Paiement free
Site Web de l'Extension http://www.scorpionsoft.com
URL de la Page d'Aide http://www.scorpionsoft.com/help
Langues Prises en Charge 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"
    }
}