See Tow Form Filler

Automatically submits Microsoft Forms at 7am

Wat is See Tow Form Filler?

See Tow Form Filler is een Chrome-extensie ontwikkeld door See Tow Technologies PTE. Ltd., en de belangrijkste functie is "Automatically submits Microsoft Forms at 7am".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie See Tow Form Filler

Download See Tow Form Filler-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

                        This extension will automatically click the "Submit" button on Microsoft Forms at 7am when activated. To activate, just click the icon and all the work is done for you. Make sure you are currently on the correct tab before clicking the button.

Please ensure that the submit button says that it will submit at 7am, before leaving your computer. Do not turn off your computer or put it to sleep.                    

Basisinformatie over de Extensie

Naam See Tow Form Filler See Tow Form Filler
ID pagnpeldlihbccalamofecmmcejfimlm
Officiële URL https://chromewebstore.google.com/detail/see-tow-form-filler/pagnpeldlihbccalamofecmmcejfimlm
Beschrijving Automatically submits Microsoft Forms at 7am
Bestandsgrootte 7.62 KB
Aantal Installaties 31
Huidige Versie 2.0-ChromeWebStore
Laatst Bijgewerkt 2021-05-18
Publicatiedatum 2021-05-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar See Tow Technologies PTE. Ltd.
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "See Tow Form Filler",
    "version": "2.0",
    "version_name": "2.0-ChromeWebStore",
    "manifest_version": 2,
    "description": "Automatically submits Microsoft Forms at 7am",
    "homepage_url": "https:\/\/seetow.me",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "48": "formfiller-ms.png",
        "32": "formfiller-32.png"
    },
    "browser_action": {
        "default_title": "Go!"
    },
    "permissions": [
        "activeTab"
    ]
}