See Tow Form Filler
Automatically submits Microsoft Forms at 7am
Was ist See Tow Form Filler?
See Tow Form Filler ist eine Chrome-Erweiterung, die von See Tow Technologies PTE. Ltd. entwickelt wurde, und ihr Hauptmerkmal ist "Automatically submits Microsoft Forms at 7am".
Erweiterungsscreenshots
See Tow Form Filler-Erweiterungs-CRX-Datei herunterladen
Laden Sie See Tow Form Filler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | See Tow Form Filler |
ID | pagnpeldlihbccalamofecmmcejfimlm |
Offizielle URL | https://chromewebstore.google.com/detail/see-tow-form-filler/pagnpeldlihbccalamofecmmcejfimlm |
Beschreibung | Automatically submits Microsoft Forms at 7am |
Dateigröße | 7.62 KB |
Installationsanzahl | 31 |
Aktuelle Version | 2.0-ChromeWebStore |
Letztes Update | 2021-05-18 |
Veröffentlichungsdatum | 2021-05-17 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | See Tow Technologies PTE. Ltd. |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |