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
官方網址 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"
    ]
}