AuthAnvil Web Recorder

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

什麼是AuthAnvil Web Recorder?

AuthAnvil Web Recorder是由https://scorpionsoft.com開發的Chrome擴展程式,該擴展的主要功能是“Generates automated login and change password workflow for use in AuthAnvil Password Solutions”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載AuthAnvil Web Recorder擴展crx文件

下載AuthAnvil Web Recorder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 AuthAnvil Web Recorder AuthAnvil Web Recorder
ID bdobjbldgefgdhalkiniibihhinfhbpb
官方網址 https://chromewebstore.google.com/detail/authanvil-web-recorder/bdobjbldgefgdhalkiniibihhinfhbpb
簡介 Generates automated login and change password workflow for use in AuthAnvil Password Solutions
檔案大小 242 KB
安裝次數 178
目前版本 2.0.0
更新時間 2015-06-29
上架時間 2015-06-29
評分 2.33/5 共 3 次評分
開發者 https://scorpionsoft.com
付費類型 free
擴展官網 http://www.scorpionsoft.com
說明頁面URL http://www.scorpionsoft.com/help
支援的語言 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"
    }
}