FiTow EZ Fill

chrome extension

What is FiTow EZ Fill?

FiTow EZ Fill is a Chrome extension developed by FiTow, and its main feature is "chrome extension".

Extension Screenshots

screenshot

Download FiTow EZ Fill Extension CRX File

Download FiTow EZ Fill 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

                        FiTow EZ Fill - Speed up your application filling process                    

Extension Basic Information

Name FiTow EZ Fill FiTow EZ Fill
ID jboipljckadlaoonlpbhebaiiggbjbhn
Official URL https://chromewebstore.google.com/detail/fitow-ez-fill/jboipljckadlaoonlpbhebaiiggbjbhn
Description chrome extension
File Size 79.96 KB
Installation Count 262
Current Version 1.1.10
Last Updated 2024-01-10
Publish Date 2024-01-06
Rating 5.00/5 Total 1 Ratings
Developer FiTow
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.transax.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FiTow EZ Fill",
    "description": "chrome extension",
    "version": "1.1.10",
    "icons": {
        "16": "\/icons\/icon16.png",
        "32": "\/icons\/icon32.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.fitow.ai\/*",
            "https:\/\/*.transax.com\/*"
        ]
    },
    "background": {
        "service_worker": "\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.lender.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "alarms",
        "activeTab",
        "scripting"
    ]
}