Add Exp - for Linkedin

Adds the experience requested in Linkedin job posts

Add Exp - for Linkedin क्या है?

Add Exp - for Linkedin nlniv18 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds the experience requested in Linkedin job posts"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Add Exp - for Linkedin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        With just a few clicks, you can see the years of experience required for any job posting on LinkedIn. No more guesswork! Simply install the extension and start using it today to save time and increase your chances of finding the perfect job. Whether you're a seasoned professional or just starting out in your career, this extension is a valuable tool that can help you find your dream job on LinkedIn.

Just click the extension icon while on the Linkedin job search page and enjoy!                    

एक्सटेंशन की मूल जानकारी

नाम Add Exp - for Linkedin Add Exp - for Linkedin
ID kjjmadhfcibknloppnmaaaeoccdgdfha
आधिकारिक URL https://chromewebstore.google.com/detail/add-exp-for-linkedin/kjjmadhfcibknloppnmaaaeoccdgdfha
विवरण Adds the experience requested in Linkedin job posts
फ़ाइल का आकार 29.32 KB
स्थापना संख्या 499
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2023-01-02
प्रकाशन तिथि 2022-12-23
रेटिंग 4.86/5 कुल 7 रेटिंग्स
डेवलपर nlniv18
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Add Exp - for Linkedin",
    "description": "Adds the experience requested in Linkedin job posts",
    "version": "1.1.1",
    "action": [],
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "exp.png",
        "48": "exp.png",
        "128": "exp.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/jobs\/search\/*"
            ],
            "js": [
                "run.js"
            ]
        }
    ]
}