Hinterview – camera and screen recording

Use video to humanise your interactions and work smarter than ever. Access Hintro functionality from your browser, no matter…

Hinterview – camera and screen recording란 무엇입니까?

Hinterview – camera and screen recording은(는) https://hinterview.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use video to humanise your interactions and work smarter than ever. Access Hintro functionality from your browser, no matter…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Hinterview – camera and screen recording 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Use video to humanise your interactions and work smarter than ever. 

Access Hintro functionality from your browser, no matter where on the web you are. 
🎥 Produce videos for clients or candidates with ease 
📄 Add documents, such as CVs or JDs  
🔗 Share at the click of a button 
🤝 Access recently recorded Hintros to share with newly discovered prospects and candidates 


The Hintro extension gives you the functionality you know, better, faster and easier than ever.                    

확장 프로그램 기본 정보

이름 Hinterview – camera and screen recording Hinterview – camera and screen recording
ID jkfkgfpnplkbmjdppcgijopbjegndfhc
공식 URL https://chromewebstore.google.com/detail/hinterview-%E2%80%93-camera-and-s/jkfkgfpnplkbmjdppcgijopbjegndfhc
설명 Use video to humanise your interactions and work smarter than ever. Access Hintro functionality from your browser, no matter…
파일 크기 236 KB
설치 횟수 1,065
현재 버전 1.2.2
최근 업데이트 2024-01-19
출시 날짜 2023-10-09
평점 5.00/5 총 10 개의 평점
개발자 https://hinterview.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://hello.hinterview.com
개인정보 보호 정책 페이지 URL https://hello.hinterview.com/privacy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hinterview \u2013 camera and screen recording",
    "description": "",
    "version": "1.2.2",
    "icons": {
        "16": "src\/assets\/icon16.png",
        "32": "src\/assets\/icon32.png",
        "48": "src\/assets\/icon48.png",
        "128": "src\/assets\/icon128.png"
    },
    "action": {
        "default_title": "Hinterview \u2013 camera and screen recording",
        "default_popup": "index.html",
        "default_icon": {
            "16": "src\/assets\/icon16.png",
            "32": "src\/assets\/icon32.png",
            "48": "src\/assets\/icon48.png",
            "128": "src\/assets\/icon128.png"
        }
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "camera.html",
                "hex-content.js.css",
                "hex-HexSplitBtn.css",
                "hex-HexBtn.css",
                "hex-HexLoader.css",
                "hex-HexCollapsible.css"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "hex-placeholder.css",
                "assets\/runtime-dom.esm-bundler.fcf712f0.js",
                "assets\/HexIcon.e44feaeb.js",
                "assets\/HexSplitBtn.5ff9b38b.js",
                "assets\/HexLoader.e7884298.js",
                "assets\/content.js.49dc3e3e.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "js": [
                "hex-content-script-loader.content.js.49dc3e3e.css"
            ],
            "matches": [
                ""
            ],
            "css": [
                "hex-HexSplitBtn.css",
                "hex-HexIcon.css",
                "hex-HexLoader.css",
                "hex-content.js.css"
            ]
        }
    ]
}