Whaii Profiler

Whaii Profiler Chrome Extension

¿Qué es Whaii Profiler?

Whaii Profiler es una extensión de Chrome desarrollada por https://whaii.io, y su función principal es "Whaii Profiler Chrome Extension".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Whaii Profiler

Descarga archivos de extensión Whaii Profiler en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Whaii Profiler is the ultimate browser plugin for anyone using LinkedIn. It tells you the personality of anyone and gives you tips on how you can communicate better, get more responses to your emails, and get better outcomes of your calls and meetings. In short, improving how you build relationships with people professionally! 

You get free analyses every month. You only need to buy a subscription if you can see that it's bringing you value, and you want to level up your sales, communication, convincing, and collaboration game for real. 

Ideal for anyone who builds relationships professionally. Maybe you're working in sales, recruitment, management, procurement, real estate, investments, startups or something entirely different.

Try it - we know you'll love it.

---

Installation instructions:

1. Add extension to your browser

2. Go to a LinkedIn profile you want to analyze

3. Click on the "profile widget/icon" on the right side of the screen

4. Sign up through the link below the login screen (only click Submit once)

5. Confirm account via email sent to your email address (check spam filter)

6. Go back to Whaii Profiler in LinkedIn, login, and start analyzing

7. Now stop reading and start selling! 🚀                    

Información Básica de la Extensión

Nombre Whaii Profiler Whaii Profiler
ID kpejmmgnnhlaolplbbpdnmmpfbjgkmfp
URL Oficial https://chromewebstore.google.com/detail/whaii-profiler/kpejmmgnnhlaolplbbpdnmmpfbjgkmfp
Descripción Whaii Profiler Chrome Extension
Tamaño del Archivo 528 KB
Cantidad de Instalaciones 61
Versión Actual 1.2.6
Última Actualización 2023-11-26
Fecha de Publicación 2022-06-18
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador https://whaii.io
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://www.whaii.io
URL de la Página de Política de Privacidad https://www.whaii.io/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Whaii Profiler",
    "version": "1.2.6",
    "description": "Whaii Profiler Chrome Extension",
    "icons": {
        "270": "assets\/icon-270x270.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "content\/iframe.html"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        },
        {
            "resources": [
                "pages\/popup\/index.html"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "content\/index.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        }
    ],
    "permissions": [
        "cookies",
        "storage",
        "webNavigation",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*"
    ],
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "content\/import-index.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "action": []
}