Form Filler
Automatically fill the form on the website.
Что такое Form Filler?
Form Filler - это расширение Chrome, разработанное green3rd, и его основная функция - "Automatically fill the form on the website.".
Снимки экрана расширения
Скачать файл CRX расширения Form Filler
Скачайте файлы расширений Form Filler в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension is to fill the input box on any form automatically. Its purpose is to fill the valid input to the form such as expired data, birthdate. If you found that the data it filled doesn't correct, please send a message to me. I'm more than happy to fix that for you.
Основная информация о расширении
Название | Form Filler |
ID | dgfgnhlcalihgnemejfldncmedabhfna |
Официальный URL | https://chromewebstore.google.com/detail/form-filler/dgfgnhlcalihgnemejfldncmedabhfna |
Описание | Automatically fill the form on the website. |
Размер файла | 144 KB |
Количество установок | 92 |
Текущая Версия | 1.0 |
Последнее Обновление | 2021-06-23 |
Дата публикации | 2021-06-23 |
Разработчик | green3rd |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Form Filler", "version": "1.0", "description": "Automatically fill the form on the website.", "manifest_version": 3, "permissions": [ "storage", "scripting" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } }, "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" }, "options_page": "options.html" } |