EasyFiller - Automatic Form Filler
Automatically complete forms with multiple data sets
Что такое EasyFiller - Automatic Form Filler?
EasyFiller - Automatic Form Filler - это расширение Chrome, разработанное https://easyfiller.softr.app, и его основная функция - "Automatically complete forms with multiple data sets".
Снимки экрана расширения
Скачать файл CRX расширения EasyFiller - Automatic Form Filler
Скачайте файлы расширений EasyFiller - Automatic Form Filler в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
EasyFiller is a Chrome extension that automates the process of filling out online forms. It saves time and reduces errors by populating forms with multiple datasets of information that you create. This is particularly useful for people who fill out similar forms repeatedly or who need to enter the same information on multiple websites. With EasyFiller, you no longer have to manually enter the same information over and over again, which can be tedious and time-consuming. Instead, you can easily select the appropriate dataset and have the extension automatically populate the online form with the corresponding information, making your online form-filling experience more efficient and hassle-free.
Основная информация о расширении
Название | EasyFiller - Automatic Form Filler |
ID | oaphggcbnpminjffkjgldfepehcdjndp |
Официальный URL | https://chromewebstore.google.com/detail/easyfiller-automatic-form/oaphggcbnpminjffkjgldfepehcdjndp |
Описание | Automatically complete forms with multiple data sets |
Размер файла | 54.56 KB |
Количество установок | 451 |
Текущая Версия | 1.3.0 |
Последнее Обновление | 2023-08-06 |
Дата публикации | 2023-04-05 |
Рейтинг | 4.00/5 Всего 4 оценок |
Разработчик | https://easyfiller.softr.app |
Электронная почта | [email protected] |
Тип оплаты | in_app |
Официальный сайт расширения | https://easyfiller.softr.app/ |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "EasyFiller - Automatic Form Filler", "description": "Automatically complete forms with multiple data sets", "version": "1.3.0", "action": { "default_popup": "index.html" }, "permissions": [ "storage", "scripting", "activeTab", "unlimitedStorage" ], "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" } } |