LinkedIn Assistant

Collect and store information about leads directly from LinkedIn

LinkedIn Assistant là gì?

LinkedIn Assistant là một tiện ích mở rộng Chrome được phát triển bởi http://liassistant.com, và tính năng chính của nó là "Collect and store information about leads directly from LinkedIn".

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

screenshot

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

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

                        LI Assistant is a great tool to save your favorite LinkedIn candidate profiles to Airtable and Google Sheets. Instead of manually copying and pasting from the profile you're on, just use LI Assistant and automatically import the user's info and add some extra context.                    

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

Tên LinkedIn Assistant LinkedIn Assistant
ID cpgpnpdaehlfgdpfcdddjbkhfaflpbgn
URL Chính Thức https://chrome.google.com/webstore/detail/linkedin-assistant/cpgpnpdaehlfgdpfcdddjbkhfaflpbgn
Mô tả Collect and store information about leads directly from LinkedIn
Kích Thước Tệp 23.66 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-03-30
Ngày Phát Hành 2022-03-30
Nhà Phát Triển http://liassistant.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://liassistant.com
URL Trang Trợ Giúp https://liassistant.com/support
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkedIn Assistant",
    "description": "Collect and store information about leads directly from LinkedIn",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "options_page": "options.html",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/img\/lia16.png",
            "32": "\/img\/lia32.png",
            "48": "\/img\/lia48.png",
            "128": "\/img\/lia128.png"
        }
    },
    "icons": {
        "16": "\/img\/lia16.png",
        "32": "\/img\/lia32.png",
        "48": "\/img\/lia48.png",
        "128": "\/img\/lia128.png"
    }
}