Hellooo for Chrome

The simplest way to record, transcribe, clip and share insights from your user interviews

Hellooo for Chrome क्या है?

Hellooo for Chrome https://hellooo.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The simplest way to record, transcribe, clip and share insights from your user interviews"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hellooo for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        In matters of click, use Hellooo for Chrome to: 

🎥 Record and transcribe your user interview in Google Meet
🏴 Flag key moments during the interview
✂️ Clip and share insights in seconds in Slack or Notion
🪄 Get AI summarised facts with sentimental analysis

❤️ Loved by:
- UX Researchers
- Product Designers
- Product Managers

👷‍♀️Used for:
- Product Discovery
- User Research

GET STARTED

1. Install the Chrome extension
2. Sign in with your professional email
3. Activate your account
4. Rock your user interviews!                    

एक्सटेंशन की मूल जानकारी

नाम Hellooo for Chrome Hellooo for Chrome
ID lgfmgkbkelacmhhcdckcakllefmakkcn
आधिकारिक URL https://chromewebstore.google.com/detail/hellooo-for-chrome/lgfmgkbkelacmhhcdckcakllefmakkcn
विवरण The simplest way to record, transcribe, clip and share insights from your user interviews
फ़ाइल का आकार 251 KB
स्थापना संख्या 205
वर्तमान संस्करण 0.10.2
अंतिम अपडेट 2023-09-29
प्रकाशन तिथि 2022-08-02
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://hellooo.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://app.hellooo.io/login
गोपनीयता नीति पृष्ठ URL https://www.hellooo.io/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hellooo for Chrome",
    "description": "The simplest way to record, transcribe, clip and share insights from your user interviews",
    "version": "0.10.2",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "host_permissions": [
        "https:\/\/calendar.google.com\/*",
        "https:\/\/meet.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/calendar.google.com\/*"
            ],
            "js": [
                "calendar.js"
            ],
            "css": [
                "files\/extension.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/calendar.google.com\/*"
            ],
            "js": [
                "sidebar.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "meet.js"
            ],
            "css": [
                "files\/extension.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "*:\/\/calendar.google.com\/*",
                "*:\/\/meet.google.com\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "scripting"
    ]
}