See Tow Form Filler

Automatically submits Microsoft Forms at 7am

ما هو See Tow Form Filler؟

See Tow Form Filler هو إضافة Chrome تم تطويرها بواسطة See Tow Technologies PTE. Ltd.، والميزة الرئيسية لها هي "Automatically submits Microsoft Forms at 7am".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة See Tow Form Filler

قم بتنزيل ملفات الامتداد See Tow Form Filler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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"
    ]
}