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 là gì?

Hinterview – camera and screen recording là một tiện ích mở rộng Chrome được phát triển bởi https://hinterview.com, và tính năng chính của nó là "Use video to humanise your interactions and work smarter than ever. Access Hintro functionality from your browser, no matter…".

Ả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 Hinterview – camera and screen recording

Tải xuống các tệp mở rộng Hinterview – camera and screen recording 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

                        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.                    

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

Tên Hinterview – camera and screen recording Hinterview – camera and screen recording
ID jkfkgfpnplkbmjdppcgijopbjegndfhc
URL Chính Thức https://chromewebstore.google.com/detail/hinterview-%E2%80%93-camera-and-s/jkfkgfpnplkbmjdppcgijopbjegndfhc
Mô tả Use video to humanise your interactions and work smarter than ever. Access Hintro functionality from your browser, no matter…
Kích Thước Tệp 236 KB
Số Lần Cài Đặt 1,065
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2024-01-19
Ngày Phát Hành 2023-10-09
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://hinterview.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://hello.hinterview.com
URL Trang Chính Sách Bảo Mật https://hello.hinterview.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}