See Tow Form Filler

Automatically submits Microsoft Forms at 7am

O que é See Tow Form Filler?

See Tow Form Filler é uma extensão do Chrome desenvolvida por See Tow Technologies PTE. Ltd., e sua principal característica é "Automatically submits Microsoft Forms at 7am".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão See Tow Form Filler

Baixe arquivos de extensão See Tow Form Filler no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome See Tow Form Filler See Tow Form Filler
ID pagnpeldlihbccalamofecmmcejfimlm
URL Oficial https://chromewebstore.google.com/detail/see-tow-form-filler/pagnpeldlihbccalamofecmmcejfimlm
Descrição Automatically submits Microsoft Forms at 7am
Tamanho do Arquivo 7.62 KB
Contagem de Instalações 31
Versão Atual 2.0-ChromeWebStore
Última Atualização 2021-05-18
Data de Publicação 2021-05-17
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor See Tow Technologies PTE. Ltd.
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}