WebApp Form Filler

Automatically fills forms in your web applications. Especially handy for manual testing and development.

Wat is WebApp Form Filler?

WebApp Form Filler is een Chrome-extensie ontwikkeld door https://www.coeps.com, en de belangrijkste functie is "Automatically fills forms in your web applications. Especially handy for manual testing and development.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie WebApp Form Filler

Download WebApp Form Filler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This tool allows to organize rules that describe how your forms are being filled or clicked.
The rules can be ordered, exported and imported (json).
It comes with a select tool to highlight form elements and get possible selectors automatically.

This software is open source and under the MIT license.
https://github.com/coeps-github/chrome-webapp-form-fill-extension                    

Basisinformatie over de Extensie

Naam WebApp Form Filler WebApp Form Filler
ID nmkmpldhpejmploidnhchbohelkfnokk
Officiële URL https://chromewebstore.google.com/detail/webapp-form-filler/nmkmpldhpejmploidnhchbohelkfnokk
Beschrijving Automatically fills forms in your web applications. Especially handy for manual testing and development.
Bestandsgrootte 20.08 KB
Aantal Installaties 1,161
Huidige Versie 0.0.8
Laatst Bijgewerkt 2019-02-16
Publicatiedatum 2019-02-16
Ontwikkelaar https://www.coeps.com
Betalingswijze free
Extensiewebsite https://github.com/coeps-github/chrome-webapp-form-fill-extension
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebApp Form Filler",
    "short_name": "WAFF",
    "version": "0.0.8",
    "description": "Automatically fills forms in your web applications. Especially handy for manual testing and development.",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}