See Tow Form Filler

Automatically submits Microsoft Forms at 7am

¿Qué es See Tow Form Filler?

See Tow Form Filler es una extensión de Chrome desarrollada por See Tow Technologies PTE. Ltd., y su función principal es "Automatically submits Microsoft Forms at 7am".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión See Tow Form Filler

Descarga archivos de extensión See Tow Form Filler en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre See Tow Form Filler See Tow Form Filler
ID pagnpeldlihbccalamofecmmcejfimlm
URL Oficial https://chromewebstore.google.com/detail/see-tow-form-filler/pagnpeldlihbccalamofecmmcejfimlm
Descripción Automatically submits Microsoft Forms at 7am
Tamaño del Archivo 7.62 KB
Cantidad de Instalaciones 31
Versión Actual 2.0-ChromeWebStore
Última Actualización 2021-05-18
Fecha de Publicación 2021-05-17
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador See Tow Technologies PTE. Ltd.
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}