LinkedIn Finder
Powerful LinkedIn Profile Search Shortcut for Facebook and MeetUp users! Optimize your time, productivity and expand connections.
Vad är LinkedIn Finder?
LinkedIn Finder är en Chrome-tillägg utvecklad av helmarluizjr, och dess huvudfunktion är "Powerful LinkedIn Profile Search Shortcut for Facebook and MeetUp users! Optimize your time, productivity and expand connections.".
Tilläggsskärmbilder
Ladda ner LinkedIn Finder-förlängningens CRX-fil
Ladda ner LinkedIn Finder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | paoenkdapheefbfbkjhfeodpjfmfeehg |
Officiell webbadress | https://chrome.google.com/webstore/detail/linkedin-finder/paoenkdapheefbfbkjhfeodpjfmfeehg |
Beskrivning | Powerful LinkedIn Profile Search Shortcut for Facebook and MeetUp users! Optimize your time, productivity and expand connections. |
Filstorlek | 29.67 KB |
Antal Installationer | 51 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2021-01-01 |
Publiceringsdatum | 2020-12-31 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | helmarluizjr |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |