Endorse-All Button for LinkedIn

Adds an endorse-all button to the LinkedIn skills section.

Endorse-All Button for LinkedInคืออะไร?

Endorse-All Button for LinkedIn เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Elad Mizrahi และคุณลักษณะหลักของมันคือ "Adds an endorse-all button to the LinkedIn skills section."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Endorse-All Button for LinkedIn

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

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

                        Adds an endorse-all button to your connection's LinkedIn skills section.
This way, you can endorse all of your connection's skills without clicking each of them manually.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Endorse-All Button for LinkedIn Endorse-All Button for LinkedIn
ID hfjkelfijbdpkekonednlfmpclabmnjh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/endorse-all-button-for-li/hfjkelfijbdpkekonednlfmpclabmnjh
คำอธิบาย Adds an endorse-all button to the LinkedIn skills section.
ขนาดไฟล์ 13.67 KB
จำนวนการติดตั้ง 182
เวอร์ชันปัจจุบัน 2.1.1
อัปเดตครั้งล่าสุด 2022-12-11
วันที่เผยแพร่ 2021-08-04
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Elad Mizrahi
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "$schema": "https:\/\/json.schemastore.org\/chrome-manifest",
    "manifest_version": 3,
    "name": "Endorse-All Button for LinkedIn",
    "version": "2.1.1",
    "description": "Adds an endorse-all button to the LinkedIn skills section.",
    "icons": {
        "48": "icons\/endorse-48.png",
        "96": "icons\/endorse-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "endorse-all.js"
            ]
        }
    ]
}