Pro SP Team - Form Filler

Form Filler

Was ist Pro SP Team - Form Filler?

Pro SP Team - Form Filler ist eine Chrome-Erweiterung, die von prospteam entwickelt wurde, und ihr Hauptmerkmal ist "Form Filler".

Erweiterungsscreenshots

screenshot

Pro SP Team - Form Filler-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pro SP Team - Form Filler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Pro SP Team - Form Filler fill all input with dummy data to make the developers test their form quickly and easily. By: The Lazy Programmers

Hotkeys:
Ctrl+Q= Open Filler.
Ctrl+Space= Fill Form.                    

Grundlegende Informationen zur Erweiterung

Name Pro SP Team - Form Filler Pro SP Team - Form Filler
ID ikkhdodpaccccflddcolbinclbjehbge
Offizielle URL https://chrome.google.com/webstore/detail/ikkhdodpaccccflddcolbinclbjehbge
Beschreibung Form Filler
Dateigröße 112 KB
Installationsanzahl 108
Aktuelle Version 1.5
Letztes Update 2019-01-21
Veröffentlichungsdatum 2019-01-17
Bewertung 4.80/5 Insgesamt 5 Bewertungen
Entwickler prospteam
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pro SP Team - Form Filler",
    "version": "1.5",
    "description": "Form Filler",
    "permissions": [
        "declarativeContent",
        "storage",
        "tabs",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "form-filler-icon.png",
            "32": "form-filler-icon.png",
            "48": "form-filler-icon.png",
            "128": "form-filler-icon.png"
        }
    },
    "icons": {
        "16": "form-filler-icon.png",
        "32": "form-filler-icon.png",
        "48": "form-filler-icon.png",
        "128": "form-filler-icon.png"
    },
    "commands": {
        "fill_form": {
            "suggested_key": {
                "default": "Ctrl+Space",
                "windows": "Ctrl+Space",
                "mac": "Command+Space"
            },
            "description": "Ctrl Space"
        },
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Q",
                "windows": "Ctrl+Q",
                "mac": "Command+Q"
            }
        }
    },
    "manifest_version": 2
}