See Tow Form Filler

Automatically submits Microsoft Forms at 7am

什么是See Tow Form Filler?

See Tow Form Filler是由See Tow Technologies PTE. Ltd.开发的Chrome扩展程序,该扩展的主要功能是“Automatically submits Microsoft Forms at 7am”。

扩展截图

screenshot

下载See Tow Form Filler扩展crx文件

下载See Tow Form Filler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 See Tow Form Filler See Tow Form Filler
ID pagnpeldlihbccalamofecmmcejfimlm
官方URL https://chromewebstore.google.com/detail/see-tow-form-filler/pagnpeldlihbccalamofecmmcejfimlm
简介 Automatically submits Microsoft Forms at 7am
文件大小 7.62 KB
安装次数 31
当前版本 2.0-ChromeWebStore
更新时间 2021-05-18
上架时间 2021-05-17
评分 5.00/5 共1次评分
开发者 See Tow Technologies PTE. Ltd.
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}