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.
Eメール [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"
    ]
}