LinkedIn Assistant
Collect and store information about leads directly from LinkedIn
ما هو LinkedIn Assistant؟
LinkedIn Assistant هو إضافة Chrome تم تطويرها بواسطة http://liassistant.com، والميزة الرئيسية لها هي "Collect and store information about leads directly from LinkedIn".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة LinkedIn Assistant
قم بتنزيل ملفات الامتداد LinkedIn Assistant بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
عنوان صفحة المساعدة | 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" } } |