Jotform Support Manager

Chrome Extension for Jotform Support Heroes!

Jotform Support Manager là gì?

Jotform Support Manager là một tiện ích mở rộng Chrome được phát triển bởi igor, và tính năng chính của nó là "Chrome Extension for Jotform Support Heroes!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Jotform Support Manager

Tải xuống các tệp mở rộng Jotform Support Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Jotform Support Manager Jotform Support Manager
ID iecamcgkjojkccacgamjpfpcmnmejgnb
URL Chính Thức https://chromewebstore.google.com/detail/jotform-support-manager/iecamcgkjojkccacgamjpfpcmnmejgnb
Mô tả Chrome Extension for Jotform Support Heroes!
Kích Thước Tệp 391 KB
Số Lần Cài Đặt 296
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2022-03-28
Ngày Phát Hành 2022-03-25
Nhà Phát Triển igor
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}