Hyros Talk

Reach out to your onboarding analyst using Hyros Talk for Chrome

ما هو Hyros Talk؟

Hyros Talk هو إضافة Chrome تم تطويرها بواسطة https://hyros.com، والميزة الرئيسية لها هي "Reach out to your onboarding analyst using Hyros Talk for Chrome".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Hyros Talk

قم بتنزيل ملفات الامتداد Hyros Talk بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Hyros Talk Hyros Talk
ID fnlaohbijkpjmpnbakcmcgbmbafngcll
عنوان URL الرسمي https://chromewebstore.google.com/detail/hyros-talk/fnlaohbijkpjmpnbakcmcgbmbafngcll
الوصف Reach out to your onboarding analyst using Hyros Talk for Chrome
حجم الملف 357 KB
عدد التثبيتات 1,000
النسخة الحالية 3.6.0
آخر تحديث 2024-02-14
تاريخ النشر 2021-08-10
تقييم 5.00/5 مجموع تقييمات 2
المطور https://hyros.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://hyros.com/
عنوان صفحة المساعدة https://hyros.com/support.html
عنوان صفحة سياسة الخصوصية https://docs.hyros.com/privacy-policy-2
اللغات المدعومة 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"
    }
}