LinkedIn Finder
Powerful LinkedIn Profile Search Shortcut for Facebook and MeetUp users! Optimize your time, productivity and expand connections.
ما هو LinkedIn Finder؟
LinkedIn Finder هو إضافة Chrome تم تطويرها بواسطة helmarluizjr، والميزة الرئيسية لها هي "Powerful LinkedIn Profile Search Shortcut for Facebook and MeetUp users! Optimize your time, productivity and expand connections.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة LinkedIn Finder
قم بتنزيل ملفات الامتداد LinkedIn Finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان 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" ] } |