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"입니다.
확장 프로그램 스크린샷
See Tow Form Filler 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } |