Link Manager
Extension to monitor activity on your LinkedIn profile
ما هو Link Manager؟
Link Manager هو إضافة Chrome تم تطويرها بواسطة http://lnmanager.com، والميزة الرئيسية لها هي "Extension to monitor activity on your LinkedIn profile".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Link Manager
قم بتنزيل ملفات الامتداد Link Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
✓ Access Linkedin Messages ✓ Access Linkedin Notifications ✓ Access Linkedin Network Invitations ✓ Integration with ChatGPT To Write Articles and Posts ✓ Salary Estimator ✓ Boolean Search Engine ✓ User Management Area ✓ Jobs Area ✓ Unlimited Notes on Linkedin Profiles ✓ Last Viewed On ✓ Integrated Google Maps ✓ Auto Services Linkedin Manager is a must-have chrome extension for recruiters and marketers looking to streamline their workflow and gain a competitive edge in the search for new candidates and leads.
معلومات أساسية عن التمديد
الاسم | Link Manager |
ID | bhkcnaoddagihkgnjfmpohdmffbieijb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/bhkcnaoddagihkgnjfmpohdmffbieijb |
الوصف | Extension to monitor activity on your LinkedIn profile |
حجم الملف | 4.47 MB |
عدد التثبيتات | 273 |
النسخة الحالية | 0.5.17 |
آخر تحديث | 2023-06-27 |
تاريخ النشر | 2022-12-20 |
تقييم | 2.33/5 مجموع تقييمات 6 |
المطور | http://lnmanager.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_app |
موقع الإضافة | https://lnmanager.com |
عنوان صفحة المساعدة | https://lnmanager.com |
عنوان صفحة سياسة الخصوصية | https://www.lnmanager.com/privacy-policy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "0.5.17", "description": "__MSG_description__", "icons": { "128": "content\/icon-128.png" }, "background": { "service_worker": "scripts\/bs.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*", "*:\/\/linkedin.com\/*" ], "js": [ "content_scripts\/inpage.js" ], "run_at": "document_start" } ], "action": { "default_icon": { "128": "content\/icon-128-logout.png" }, "default_popup": "popup.html" }, "permissions": [ "cookies", "tabs", "alarms", "storage", "scripting", "webNavigation", "history" ], "host_permissions": [ "*:\/\/localhost\/", "*:\/\/*.linkedin.com\/", "*:\/\/api.lnmanager.com\/", "*:\/\/linkedin-manager-apiuat.herokuapp.com\/", "*:\/\/maps.googleapis.com\/" ], "web_accessible_resources": [ { "resources": [ "maps\/*.html" ], "matches": [ "*:\/\/*.linkedin.com\/*", "*:\/\/linkedin.com\/*" ] } ], "default_locale": "en", "manifest_version": 3 } |