AuthAnvil Web Recorder

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

Что такое AuthAnvil Web Recorder?

AuthAnvil Web Recorder - это расширение Chrome, разработанное https://scorpionsoft.com, и его основная функция - "Generates automated login and change password workflow for use in AuthAnvil Password Solutions".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения AuthAnvil Web Recorder

Скачайте файлы расширений 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
Официальный 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"
    }
}