Whaii Profiler

Whaii Profiler Chrome Extension

Whaii Profiler란 무엇입니까?

Whaii Profiler은(는) https://whaii.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Whaii Profiler Chrome Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Whaii Profiler 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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! 🚀                    

확장 프로그램 기본 정보

이름 Whaii Profiler Whaii Profiler
ID kpejmmgnnhlaolplbbpdnmmpfbjgkmfp
공식 URL https://chromewebstore.google.com/detail/whaii-profiler/kpejmmgnnhlaolplbbpdnmmpfbjgkmfp
설명 Whaii Profiler Chrome Extension
파일 크기 528 KB
설치 횟수 61
현재 버전 1.2.6
최근 업데이트 2023-11-26
출시 날짜 2022-06-18
평점 5.00/5 총 3 개의 평점
개발자 https://whaii.io
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.whaii.io
개인정보 보호 정책 페이지 URL https://www.whaii.io/privacy-policy
지원되는 언어 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": []
}