Pro SP Team - Form Filler

Form Filler

Что такое Pro SP Team - Form Filler?

Pro SP Team - Form Filler - это расширение Chrome, разработанное prospteam, и его основная функция - "Form Filler".

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

screenshot

Скачать файл CRX расширения Pro SP Team - Form Filler

Скачайте файлы расширений Pro SP Team - Form Filler в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Pro SP Team - Form Filler Pro SP Team - Form Filler
ID ikkhdodpaccccflddcolbinclbjehbge
Официальный URL https://chrome.google.com/webstore/detail/ikkhdodpaccccflddcolbinclbjehbge
Описание Form Filler
Размер файла 112 KB
Количество установок 108
Текущая Версия 1.5
Последнее Обновление 2019-01-21
Дата публикации 2019-01-17
Рейтинг 4.80/5 Всего 5 оценок
Разработчик prospteam
Тип оплаты free
Поддерживаемые языки 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
}