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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}