Add Exp - for Linkedin

Adds the experience requested in Linkedin job posts

Add Exp - for Linkedinคืออะไร?

Add Exp - for Linkedin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nlniv18 และคุณลักษณะหลักของมันคือ "Adds the experience requested in Linkedin job posts"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add Exp - for Linkedin

ดาวน์โหลดไฟล์ส่วนขยาย Add Exp - for Linkedin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}