EasyFiller - Automatic Form Filler
Automatically complete forms with multiple data sets
¿Qué es EasyFiller - Automatic Form Filler?
EasyFiller - Automatic Form Filler es una extensión de Chrome desarrollada por https://easyfiller.softr.app, y su función principal es "Automatically complete forms with multiple data sets".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión EasyFiller - Automatic Form Filler
Descarga archivos de extensión EasyFiller - Automatic Form Filler en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | EasyFiller - Automatic Form Filler |
ID | oaphggcbnpminjffkjgldfepehcdjndp |
URL Oficial | https://chromewebstore.google.com/detail/easyfiller-automatic-form/oaphggcbnpminjffkjgldfepehcdjndp |
Descripción | Automatically complete forms with multiple data sets |
Tamaño del Archivo | 54.56 KB |
Cantidad de Instalaciones | 451 |
Versión Actual | 1.3.0 |
Última Actualización | 2023-08-06 |
Fecha de Publicación | 2023-04-05 |
Calificación | 4.00/5 Total de 4 Calificaciones |
Desarrollador | https://easyfiller.softr.app |
Correo electrónico | [email protected] |
Tipo de Pago | in_app |
Sitio Web de la Extensión | https://easyfiller.softr.app/ |
Idiomas Soportados | 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" } } |