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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
        ""
    ]
}