autoFill

autoFill is used to fill the form field with random value

Что такое autoFill?

autoFill - это расширение Chrome, разработанное cognitiveatom, и его основная функция - "autoFill is used to fill the form field with random value".

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

screenshot

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

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

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

                        autoFill is use for an tester and developer to fill the form (contain x number of fields) by random value for their testing.                    

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

Название autoFill autoFill
ID acpgjmjldamjjinpkchgnimfcdilcilb
Официальный URL https://chromewebstore.google.com/detail/autofill/acpgjmjldamjjinpkchgnimfcdilcilb
Описание autoFill is used to fill the form field with random value
Размер файла 1.21 MB
Количество установок 556
Текущая Версия 1.1
Последнее Обновление 2019-11-06
Дата публикации 2019-11-05
Рейтинг 5.00/5 Всего 4 оценок
Разработчик cognitiveatom
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "autoFill",
    "short_name": "form fill",
    "description": "autoFill is used to fill the form field with random value",
    "version": "1.1",
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "assets\/img\/logo\/icon16.png",
        "48": "assets\/img\/logo\/icon48.png",
        "128": "assets\/img\/logo\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/www.paypal.com https:\/\/www.paypalobjects.com; object-src 'self'"
}