inrich - Add context to LinkedIn
Add to LinkedIn the missing feature power users dreamed of: adding YOUR personal info to any profile page. For free.
ما هو inrich - Add context to LinkedIn؟
inrich - Add context to LinkedIn هو إضافة Chrome تم تطويرها بواسطة inrich، والميزة الرئيسية لها هي "Add to LinkedIn the missing feature power users dreamed of: adding YOUR personal info to any profile page. For free.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة inrich - Add context to LinkedIn
قم بتنزيل ملفات الامتداد inrich - Add context to LinkedIn بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Instantly turn LinkedIn into your personal CRM. With inrich, you can add notes to any profile page, allowing you to remember each and every interaction and to better engage with your network. By letting you add personal context to LinkedIn profile pages, inrich declutters your professional life by eliminating the need for multiple contact lists, spreadsheets and CRMs. ********************************************************************************** Just click the blue "Add to Chrome" button on the upper right side of this screen, and we'll guide you from there on! ********************************************************************************** Mobile use: inrich is currently only available on Android with the Kiwi browser (Chrome for Android doesn't support Chrome extensions...). We'll add support for iOS in the future. Elevate your networking game now!
معلومات أساسية عن التمديد
الاسم | inrich - Add context to LinkedIn |
ID | hmgkcmijhegibfoajikgaepglpikgkbb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/inrich-add-context-to-lin/hmgkcmijhegibfoajikgaepglpikgkbb |
الوصف | Add to LinkedIn the missing feature power users dreamed of: adding YOUR personal info to any profile page. For free. |
حجم الملف | 187 KB |
عدد التثبيتات | 42 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2024-03-01 |
تاريخ النشر | 2023-08-28 |
تقييم | 5.00/5 مجموع تقييمات 9 |
المطور | inrich |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.inrich.app |
عنوان صفحة سياسة الخصوصية | https://www.inrich.app/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "inrich - Add context to LinkedIn", "description": "Add to LinkedIn the missing feature power users dreamed of: adding YOUR personal info to any profile page. For free.", "version": "1.0.1", "action": { "default_popup": "src\/popup\/index.html" }, "background": { "service_worker": "src\/service-workers\/index.js" }, "icons": { "128": "images\/icon.png" }, "permissions": [ "tabs", "storage", "identity" ], "host_permissions": [ "https:\/\/www.linkedin.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "js": [ "src\/content-scripts\/index.js" ] } ] } |