Linkedin Endorser

This Chrome extension will help you to endorse all the skills in one click.

Hvad er Linkedin Endorser?

Linkedin Endorser er en Chrome-udvidelse udviklet af swissashley, og dens hovedfunktion er "This Chrome extension will help you to endorse all the skills in one click.".

Udvidelsesskærmbilleder

screenshot

Download Linkedin Endorser-udvidelses-CRX-fil

Download Linkedin Endorser-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This Chrome Extension can let you endorse your friend just in one click!
With this extension, users will be able to:

- [ ] Endorse all the skills for your friend.
- [ ] Has an option to create a skill list you want to endorse for your friend.                    

Grundlæggende oplysninger om udvidelsen

Navn Linkedin Endorser Linkedin Endorser
ID mhakkhaadpkehkiiiimheegdbchfmlbi
Officiel URL https://chromewebstore.google.com/detail/linkedin-endorser/mhakkhaadpkehkiiiimheegdbchfmlbi
Beskrivelse This Chrome extension will help you to endorse all the skills in one click.
Filstørrelse 300 KB
Antal Installationer 33
Nuværende Version 1.2
Senest Opdateret 2016-09-22
Udgivelsesdato 2016-09-22
Udvikler swissashley
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/swissashley/chrome-ext-linkedinEndorser
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Linkedin Endorser",
    "description": "This Chrome extension will help you to endorse all the skills in one click.",
    "version": "1.2",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": "icons\/icon38.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.linkedin.com\/in\/*"
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "myscript.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "https:\/\/www.linkedin.com\/*"
    ]
}