See Tow Form Filler

Automatically submits Microsoft Forms at 7am

Apa itu See Tow Form Filler?

See Tow Form Filler adalah ekstensi Chrome yang dikembangkan oleh See Tow Technologies PTE. Ltd., dan fitur utamanya adalah "Automatically submits Microsoft Forms at 7am".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi See Tow Form Filler

Unduh file ekstensi See Tow Form Filler dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama See Tow Form Filler See Tow Form Filler
ID pagnpeldlihbccalamofecmmcejfimlm
URL Resmi https://chromewebstore.google.com/detail/see-tow-form-filler/pagnpeldlihbccalamofecmmcejfimlm
Deskripsi Automatically submits Microsoft Forms at 7am
Ukuran File 7.62 KB
Jumlah Instalasi 31
Versi Saat Ini 2.0-ChromeWebStore
Terakhir Diperbarui 2021-05-18
Tanggal Publikasi 2021-05-17
Penilaian 5.00/5 Total 1 Penilaian
Pengembang See Tow Technologies PTE. Ltd.
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}