Hyros Talk

Reach out to your onboarding analyst using Hyros Talk for Chrome

What is Hyros Talk?

Hyros Talk is a Chrome extension developed by https://hyros.com, and its main feature is "Reach out to your onboarding analyst using Hyros Talk for Chrome".

Extension Screenshots

screenshot

Download Hyros Talk Extension CRX File

Download Hyros Talk extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Hyros Talk has been designed to ease up the process on you getting in touch with your Hyros Onboarding analyst. This process will connect you to our staff in the most efficient and fastest manner possible.                    

Extension Basic Information

Name Hyros Talk Hyros Talk
ID fnlaohbijkpjmpnbakcmcgbmbafngcll
Official URL https://chromewebstore.google.com/detail/hyros-talk/fnlaohbijkpjmpnbakcmcgbmbafngcll
Description Reach out to your onboarding analyst using Hyros Talk for Chrome
File Size 357 KB
Installation Count 1,000
Current Version 3.6.0
Last Updated 2024-02-14
Publish Date 2021-08-10
Rating 5.00/5 Total 2 Ratings
Developer https://hyros.com
Email [email protected]
Payment Type free
Extension Website https://hyros.com/
Help Page URL https://hyros.com/support.html
Privacy Policy Page URL https://docs.hyros.com/privacy-policy-2
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hyros Talk",
    "version": "3.6.0",
    "manifest_version": 2,
    "description": "Reach out to your onboarding analyst using Hyros Talk for Chrome",
    "homepage_url": "https:\/\/www.hyros.com",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "alarms",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "*.*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ],
            "css": [
                "index.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon128.png"
        }
    },
    "icons": {
        "16": "icon128.png",
        "128": "icon128.png"
    }
}