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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | paoenkdapheefbfbkjhfeodpjfmfeehg |
官方網址 | 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" ] } |