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"
    }
}