See Tow Form Filler

Automatically submits Microsoft Forms at 7am

Cos'è See Tow Form Filler?

See Tow Form Filler è un'estensione di Chrome sviluppata da See Tow Technologies PTE. Ltd., e la sua funzione principale è "Automatically submits Microsoft Forms at 7am".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione See Tow Form Filler

Scarica i file di estensione See Tow Form Filler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome See Tow Form Filler See Tow Form Filler
ID pagnpeldlihbccalamofecmmcejfimlm
URL Ufficiale https://chromewebstore.google.com/detail/see-tow-form-filler/pagnpeldlihbccalamofecmmcejfimlm
Descrizione Automatically submits Microsoft Forms at 7am
Dimensione del File 7.62 KB
Conteggio Installazioni 31
Versione Corrente 2.0-ChromeWebStore
Ultimo Aggiornamento 2021-05-18
Data di Pubblicazione 2021-05-17
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore See Tow Technologies PTE. Ltd.
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}