Jotform Support Manager

Chrome Extension for Jotform Support Heroes!

ما هو Jotform Support Manager؟

Jotform Support Manager هو إضافة Chrome تم تطويرها بواسطة igor، والميزة الرئيسية لها هي "Chrome Extension for Jotform Support Heroes!".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Jotform Support Manager

قم بتنزيل ملفات الامتداد Jotform Support Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Second edition of the Jotform Support Manager App, now available on Google Chrome Store.

Features include:
1. Timer for Assigned Tasks, so that you know exactly when your 30 minute limit runs out

2. Timer for your Support Session. No more "Access Denied" error, you can know exactly when your 2 hrs timer runs out.

3. Automatic prefill for Check In and Check Out Forms

4. Auto form detection on all webpages and useful shortcuts

New features incoming. Contact me for any suggestions or feature requests.                    

معلومات أساسية عن التمديد

الاسم Jotform Support Manager Jotform Support Manager
ID iecamcgkjojkccacgamjpfpcmnmejgnb
عنوان URL الرسمي https://chromewebstore.google.com/detail/jotform-support-manager/iecamcgkjojkccacgamjpfpcmnmejgnb
الوصف Chrome Extension for Jotform Support Heroes!
حجم الملف 391 KB
عدد التثبيتات 296
النسخة الحالية 0.1.1
آخر تحديث 2022-03-28
تاريخ النشر 2022-03-25
المطور igor
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jotform Support Manager",
    "description": "Chrome Extension for Jotform Support Heroes!",
    "version": "0.1.1",
    "manifest_version": 3,
    "icons": {
        "16": "favicon16.png",
        "48": "favicon48.png",
        "128": "favicon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": []
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "cookies",
        "tabs"
    ],
    "host_permissions": [
        ""
    ]
}