LinkedIn Finder

Powerful LinkedIn Profile Search Shortcut for Facebook and MeetUp users! Optimize your time, productivity and expand connections.

什么是LinkedIn Finder?

LinkedIn Finder是由helmarluizjr开发的Chrome扩展程序,该扩展的主要功能是“Powerful LinkedIn Profile Search Shortcut for Facebook and MeetUp users! Optimize your time, productivity and expand connections.”。

扩展截图

screenshot
screenshot
screenshot

下载LinkedIn Finder扩展crx文件

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

扩展使用说明

                        Focusing on optimizing LinkedIn Users’ time and productivity, combined with better prospecting, we built LinkedIn Finder. Expand your LinkedIn Connections and find any person with one click.


From FB and MeetUp interface, we present a one-click function to easily find users, from a segment, on LinkedIn. Now, you can connect with people with the same interest, members from the same groups or even nearby you.                    

扩展基本信息

名称 LinkedIn Finder LinkedIn Finder
ID paoenkdapheefbfbkjhfeodpjfmfeehg
官方URL https://chrome.google.com/webstore/detail/linkedin-finder/paoenkdapheefbfbkjhfeodpjfmfeehg
简介 Powerful LinkedIn Profile Search Shortcut for Facebook and MeetUp users! Optimize your time, productivity and expand connections.
文件大小 29.67 KB
安装次数 51
当前版本 1.0.1
更新时间 2021-01-01
上架时间 2020-12-31
评分 5.00/5 共1次评分
开发者 helmarluizjr
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LinkedIn Finder",
    "version": "1.0.1",
    "description": "Powerful LinkedIn Profile Search Shortcut for Facebook and MeetUp users! Optimize your time, productivity and expand connections.",
    "content_scripts": [
        {
            "js": [
                "assets\/content-e0a4c960.js"
            ],
            "matches": [
                "*:\/\/*.meetup.com\/*",
                "*:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "permissions": [],
    "web_accessible_resources": [
        "content.js"
    ]
}