OpenQ B2B User Research Recruiting Extension

Recruit and schedule users for B2B user research and customer discovery with the OpenQ browser extension for LinkedIn.

O que é OpenQ B2B User Research Recruiting Extension?

OpenQ B2B User Research Recruiting Extension é uma extensão do Chrome desenvolvida por https://openq.co, e sua principal característica é "Recruit and schedule users for B2B user research and customer discovery with the OpenQ browser extension for LinkedIn.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão OpenQ B2B User Research Recruiting Extension

Baixe arquivos de extensão OpenQ B2B User Research Recruiting Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        OpenQ is the easiest and most cost-efficient way of recruiting users and scheduling interviews for B2B user research, customer discovery, and B2B startup sales.


👋 Meet the OpenQ Recruiter extension
This extension (OpenQ Recruiter) helps Product, User Research and B2B startup teams recruit users and schedule interviews for user research, customer discovery and B2B startup sales from LinkedIn with just two clicks!


👩‍💼  Who is the OpenQ extension for?
The OpenQ extension is for anyone who wants to recruit users and schedule interviews for user research, customer discovery or sales discovery calls in a scalable, efficient and cost-effective way. It was specifically built for Product teams, User Research teams and Startup Founders in B2B SaaS companies.


🤔  Why use OpenQ extension?
Understanding your prospective users really well is the most important requirement for reaching Product-Market fit and building great products that your users absolutely love to use!

However, the process of talking to users and conducting user research has traditionally been quite painful. Recruiting the right users for research is often too time consuming and expensive.  Scheduling interviews with participants required too much manual work and back-and-forth over email. 

Well – not anymore! This OpenQ extension makes it easy to recruit users for user research, customer discovery and sales discovery interviews with just about anyone on LinkedIn with just two clicks! 

Further – OpenQ is >10x cheaper than alternative panel-based research recruiting solutions that cost anywhere between $100 – $400 per participant. With OpenQ, you pay as low as $7.99 per completed user research session based on the plan you choose! 

As long as your target persona or prospective users are on LinkedIn, you can use this OpenQ extension to recruit and schedule interviews with them!


🔨  What use-cases can I solve with the OpenQ extension?
The OpenQ extension can help you recruit users and schedule interviews for any of the following use cases:
- Customer discovery interviews
- User research interviews
- Usability testing sessions
- Competitive research interviews
- Sales discovery interviews


👨‍⚕️ What roles are the OpenQ extension best suited for?
The OpenQ extension is built to be used by any of the following roles:
- User / UX Researchers
- Product Managers
- Startup Founders
- UX Designers
- Startup Sales professionals


🎁  Free to start
OpenQ is completely Free to start! Install the OpenQ extension and create an account on https//app.openq.co to start your Free trial. The Free trial provides you access the complete feature set and all functionality within OpenQ and schedule 10 sessions completely free.


👉  How to get started with the OpenQ extension?
Get started with OpenQ quickly by following the steps below:
1. Install this OpenQ extension
2. Create a free account on https://app.openq.co
3. Connect your Google or Outlook calendar and Zoom account
4. Create your first project to set your availability and recruiting settings
5. Open LinkedIn and search your target user profiles
6. Click the “Invite” button, include an optional personalized message, then hit “Send”.

That’s it! Now wait and watch interviews get automatically booked on your calendar!


🔄  One-click integrations
OpenQ provides 1-click integrations with your Google and Outlook calendar so that you can automate the scheduling process end-to-end and avoid time-consuming email back-and-forth with participants. OpenQ also integrates with Zoom to automatically create unique Zoom meetings for each scheduled session. 


🔒  Data and privacy
OpenQ collects information about you that is similar to what you would find on a business card or a business social media account.  For more information about our data collection and privacy policy practices, please refer https://openq.co/privacy-policy (by installing the OpenQ extension, you are agreeing to this privacy policy)


✌️  Start your Free Trial now
Get stared with the OpenQ Free-Trial today and get 10 participants Free! 
1. Install this extension 
2. Create a free account at https://app.openq.co                    

Informações Básicas da Extensão

Nome OpenQ B2B User Research Recruiting Extension OpenQ B2B User Research Recruiting Extension
ID ncmegehmmipjannnmleaojhmhmfelkje
URL Oficial https://chromewebstore.google.com/detail/openq-b2b-user-research-r/ncmegehmmipjannnmleaojhmhmfelkje
Descrição Recruit and schedule users for B2B user research and customer discovery with the OpenQ browser extension for LinkedIn.
Tamanho do Arquivo 3 MB
Contagem de Instalações 88
Versão Atual 1.30.4
Última Atualização 2023-05-02
Data de Publicação 2022-02-23
Desenvolvedor https://openq.co
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://openq.co
URL da Página de Ajuda https://openq.co/help-center
URL da Página de Política de Privacidade https://openq.co/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "OpenQ, Inc.",
    "name": "OpenQ B2B User Research Recruiting Extension",
    "description": "Recruit and schedule users for B2B user research and customer discovery with the OpenQ browser extension for LinkedIn.",
    "short_name": "OpenQ | OpenQ.co",
    "version": "1.30.4",
    "offline_enabled": false,
    "icons": {
        "16": ".\/assets\/logo-16.png",
        "32": ".\/assets\/logo-32.png",
        "48": ".\/assets\/logo-48.png",
        "64": ".\/assets\/logo-64.png",
        "128": ".\/assets\/logo-128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms"
    ],
    "action": {
        "default_popup": "popup-app\/popup.html",
        "default_title": "OpenQ Recruiter | OpenQ.co"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "content-scripts\/linkedin.cs.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        },
        {
            "js": [
                "content-scripts\/researcher-app.cs.js"
            ],
            "matches": [
                "https:\/\/*.openq.co\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "embedded-app\/*"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.linkedin.com\/*",
            "https:\/\/*.openq.co\/*"
        ]
    },
    "commands": {
        "bookmark_profile": {
            "suggested_key": {
                "default": "Alt+Shift+O",
                "mac": "Alt+Shift+O"
            },
            "description": "Open Modal"
        }
    }
}