AuthAnvil Web Recorder

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

Cos'è AuthAnvil Web Recorder?

AuthAnvil Web Recorder è un'estensione di Chrome sviluppata da https://scorpionsoft.com, e la sua funzione principale è "Generates automated login and change password workflow for use in AuthAnvil Password Solutions".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AuthAnvil Web Recorder

Scarica i file di estensione AuthAnvil Web Recorder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome AuthAnvil Web Recorder AuthAnvil Web Recorder
ID bdobjbldgefgdhalkiniibihhinfhbpb
URL Ufficiale https://chromewebstore.google.com/detail/authanvil-web-recorder/bdobjbldgefgdhalkiniibihhinfhbpb
Descrizione Generates automated login and change password workflow for use in AuthAnvil Password Solutions
Dimensione del File 242 KB
Conteggio Installazioni 178
Versione Corrente 2.0.0
Ultimo Aggiornamento 2015-06-29
Data di Pubblicazione 2015-06-29
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore https://scorpionsoft.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.scorpionsoft.com
URL della Pagina di Aiuto http://www.scorpionsoft.com/help
Lingue Supportate 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"
    }
}