Linkedin Powertools

Helping you Engage and Grow on LinkedIn

Linkedin Powertools là gì?

Linkedin Powertools là một tiện ích mở rộng Chrome được phát triển bởi sam, và tính năng chính của nó là "Helping you Engage and Grow on LinkedIn".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Linkedin Powertools 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

                        Replying to comments and commenting on other people's posts is one of the best ways to grow on LinkedIn. 

LinkedIn Powertools let you use AI to generate comments that grow your reach and authority.

But these aren't your basic "great post" or "that's really interesting" comments.

Our tool allows you to define the tone of voice, type of comment and even add an extra flair such as a quote, question or add a link to the comment.

Continuing the conversation and providing value in the comments is how you grow your authority and win more clients                    

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

Tên Linkedin Powertools Linkedin Powertools
ID ebbpbbdigdenlglbdlpnbbonofdaahlf
URL Chính Thức https://chrome.google.com/webstore/detail/linkedin-powertools/ebbpbbdigdenlglbdlpnbbonofdaahlf
Mô tả Helping you Engage and Grow on LinkedIn
Kích Thước Tệp 1.07 MB
Số Lần Cài Đặt 381
Phiên Bản Hiện Tại 1.3.2
Cập Nhật Lần Cuối 2023-02-08
Ngày Phát Hành 2022-12-29
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển sam
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.linkedinpowertools.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Linkedin Powertools",
    "description": "Helping you Engage and Grow on LinkedIn",
    "version": "1.3.2",
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/favicon-32x32.png"
    },
    "action": {
        "default_icon": "icons\/favicon-32x32.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/feed\/",
                "https:\/\/www.linkedin.com\/in\/*\/recent-activity\/"
            ],
            "js": [
                "js\/contentScripts\/linkedinReplyGenerator.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}