Link Manager
Extension to monitor activity on your LinkedIn profile
Link Manager क्या है?
Link Manager http://lnmanager.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to monitor activity on your LinkedIn profile"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Link Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | https://lnmanager.com |
गोपनीयता नीति पृष्ठ URL | 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 } |