Whaii Profiler

Whaii Profiler Chrome Extension

Whaii Profiler là gì?

Whaii Profiler là một tiện ích mở rộng Chrome được phát triển bởi https://whaii.io, và tính năng chính của nó là "Whaii Profiler Chrome Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Whaii Profiler

Tải xuống các tệp mở rộng Whaii Profiler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Whaii Profiler Whaii Profiler
ID kpejmmgnnhlaolplbbpdnmmpfbjgkmfp
URL Chính Thức https://chromewebstore.google.com/detail/whaii-profiler/kpejmmgnnhlaolplbbpdnmmpfbjgkmfp
Mô tả Whaii Profiler Chrome Extension
Kích Thước Tệp 528 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 1.2.6
Cập Nhật Lần Cuối 2023-11-26
Ngày Phát Hành 2022-06-18
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://whaii.io
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.whaii.io
URL Trang Chính Sách Bảo Mật https://www.whaii.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": []
}