LinkedIn Assistant

Collect and store information about leads directly from LinkedIn

什么是LinkedIn Assistant?

LinkedIn Assistant是由http://liassistant.com开发的Chrome扩展程序,该扩展的主要功能是“Collect and store information about leads directly from LinkedIn”。

扩展截图

screenshot

下载LinkedIn Assistant扩展crx文件

下载LinkedIn Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 LinkedIn Assistant LinkedIn Assistant
ID cpgpnpdaehlfgdpfcdddjbkhfaflpbgn
官方URL https://chrome.google.com/webstore/detail/linkedin-assistant/cpgpnpdaehlfgdpfcdddjbkhfaflpbgn
简介 Collect and store information about leads directly from LinkedIn
文件大小 23.66 KB
安装次数 39
当前版本 1.0
更新时间 2022-03-30
上架时间 2022-03-30
开发者 http://liassistant.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://liassistant.com
帮助页面URL https://liassistant.com/support
支持的语言 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"
    }
}