Jotform Support Manager

Chrome Extension for Jotform Support Heroes!

Jotform Support Managerとは何ですか?

Jotform Support Managerはigorによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension for Jotform Support Heroes!」です。

拡張機能のスクリーンショット

screenshot
screenshot

Jotform Support Manager拡張機能のCRXファイルをダウンロード

Jotform Support Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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