Jotform Support Manager

Chrome Extension for Jotform Support Heroes!

What is Jotform Support Manager?

Jotform Support Manager is a Chrome extension developed by igor, and its main feature is "Chrome Extension for Jotform Support Heroes!".

Extension Screenshots

screenshot
screenshot

Download Jotform Support Manager Extension CRX File

Download Jotform Support Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Jotform Support Manager Jotform Support Manager
ID iecamcgkjojkccacgamjpfpcmnmejgnb
Official URL https://chromewebstore.google.com/detail/jotform-support-manager/iecamcgkjojkccacgamjpfpcmnmejgnb
Description Chrome Extension for Jotform Support Heroes!
File Size 391 KB
Installation Count 296
Current Version 0.1.1
Last Updated 2022-03-28
Publish Date 2022-03-25
Developer igor
Email [email protected]
Payment Type free
Supported Languages 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": [
        ""
    ]
}