LinkedIn Years of Experience Checker
This extension checks the years of experience required for a job on LinkedIn.
LinkedIn Years of Experience Checker क्या है?
LinkedIn Years of Experience Checker msr16npm द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension checks the years of experience required for a job on LinkedIn."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LinkedIn Years of Experience Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension checks the years of experience required for a job on LinkedIn.
एक्सटेंशन की मूल जानकारी
नाम | LinkedIn Years of Experience Checker |
ID | donhgkmejidpmaaaegcncggmplnpfcob |
आधिकारिक URL | https://chromewebstore.google.com/detail/linkedin-years-of-experie/donhgkmejidpmaaaegcncggmplnpfcob |
विवरण | This extension checks the years of experience required for a job on LinkedIn. |
फ़ाइल का आकार | 197 KB |
स्थापना संख्या | 356 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2023-07-18 |
प्रकाशन तिथि | 2023-07-18 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | msr16npm |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://github.com/MayoSR/CitizIn |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "LinkedIn Years of Experience Checker", "description": "This extension checks the years of experience required for a job on LinkedIn.", "version": "1.0.0", "permissions": [ "activeTab", "https:\/\/www.linkedin.com\/*", "tabs" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "96": "icons\/icon96.png" }, "background": { "service_worker": "extensions\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "js": [ "extensions\/content.js" ] } ], "web_accessible_resources": [ { "resources": [ "stats.png" ], "matches": [ "https:\/\/www.linkedin.com\/*" ] } ] } |