AuthAnvil Web Recorder

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

Apa itu AuthAnvil Web Recorder?

AuthAnvil Web Recorder adalah ekstensi Chrome yang dikembangkan oleh https://scorpionsoft.com, dan fitur utamanya adalah "Generates automated login and change password workflow for use in AuthAnvil Password Solutions".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi AuthAnvil Web Recorder

Unduh file ekstensi AuthAnvil Web Recorder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama AuthAnvil Web Recorder AuthAnvil Web Recorder
ID bdobjbldgefgdhalkiniibihhinfhbpb
URL Resmi https://chromewebstore.google.com/detail/authanvil-web-recorder/bdobjbldgefgdhalkiniibihhinfhbpb
Deskripsi Generates automated login and change password workflow for use in AuthAnvil Password Solutions
Ukuran File 242 KB
Jumlah Instalasi 178
Versi Saat Ini 2.0.0
Terakhir Diperbarui 2015-06-29
Tanggal Publikasi 2015-06-29
Penilaian 2.33/5 Total 3 Penilaian
Pengembang https://scorpionsoft.com
Tipe Pembayaran free
Situs Ekstensi http://www.scorpionsoft.com
URL Halaman Bantuan http://www.scorpionsoft.com/help
Bahasa yang Didukung 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"
    }
}