Form Saver

Save and fill form

What is Form Saver?

Form Saver is a Chrome extension developed by Simba Tech, and its main feature is "Save and fill form".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Form Saver Extension CRX File

Download Form Saver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        No need to fill same form every time. Just fill for first time and Save form  data using this tool then fill when required. This will save time and hustle filling form.                    

Extension Basic Information

Name Form Saver Form Saver
ID cpgndfgalbajkejgfolchfmejooglmal
Official URL https://chromewebstore.google.com/detail/form-saver/cpgndfgalbajkejgfolchfmejooglmal
Description Save and fill form
File Size 117 KB
Installation Count 682
Current Version 1.4
Last Updated 2023-11-08
Publish Date 2022-10-19
Rating 3.50/5 Total 2 Ratings
Developer Simba Tech
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Form Saver",
    "version": "1.4",
    "manifest_version": 3,
    "description": "Save and fill form",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/icon-32.png",
        "default_title": "Form Saver"
    },
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    }
}