FiTow EZ Fill

chrome extension

Wat is FiTow EZ Fill?

FiTow EZ Fill is een Chrome-extensie ontwikkeld door FiTow, en de belangrijkste functie is "chrome extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FiTow EZ Fill

Download FiTow EZ Fill-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        FiTow EZ Fill - Speed up your application filling process                    

Basisinformatie over de Extensie

Naam FiTow EZ Fill FiTow EZ Fill
ID jboipljckadlaoonlpbhebaiiggbjbhn
Officiële URL https://chromewebstore.google.com/detail/fitow-ez-fill/jboipljckadlaoonlpbhebaiiggbjbhn
Beschrijving chrome extension
Bestandsgrootte 79.96 KB
Aantal Installaties 262
Huidige Versie 1.1.10
Laatst Bijgewerkt 2024-01-10
Publicatiedatum 2024-01-06
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar FiTow
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.transax.com/privacy-policy
Ondersteunde Talen 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"
    ]
}