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 Elad Mizrahi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds an endorse-all button to the LinkedIn skills section."।

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

screenshot

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

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

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

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