See Tow Form Filler
Automatically submits Microsoft Forms at 7am
Qu'est-ce que See Tow Form Filler ?
See Tow Form Filler est une extension Chrome développée par See Tow Technologies PTE. Ltd., et sa fonction principale est "Automatically submits Microsoft Forms at 7am".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension See Tow Form Filler
Téléchargez les fichiers d'extension See Tow Form Filler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | See Tow Form Filler |
ID | pagnpeldlihbccalamofecmmcejfimlm |
URL Officiel | https://chromewebstore.google.com/detail/see-tow-form-filler/pagnpeldlihbccalamofecmmcejfimlm |
Description | Automatically submits Microsoft Forms at 7am |
Taille du Fichier | 7.62 KB |
Nombre d'Installations | 31 |
Version Actuelle | 2.0-ChromeWebStore |
Dernière Mise à Jour | 2021-05-18 |
Date de Publication | 2021-05-17 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | See Tow Technologies PTE. Ltd. |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |