Linkedin Endorser

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

Wat is Linkedin Endorser?

Linkedin Endorser is een Chrome-extensie ontwikkeld door swissashley, en de belangrijkste functie is "This Chrome extension will help you to endorse all the skills in one click.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Linkedin Endorser

Download Linkedin Endorser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Linkedin Endorser Linkedin Endorser
ID mhakkhaadpkehkiiiimheegdbchfmlbi
Officiële URL https://chromewebstore.google.com/detail/linkedin-endorser/mhakkhaadpkehkiiiimheegdbchfmlbi
Beschrijving This Chrome extension will help you to endorse all the skills in one click.
Bestandsgrootte 300 KB
Aantal Installaties 33
Huidige Versie 1.2
Laatst Bijgewerkt 2016-09-22
Publicatiedatum 2016-09-22
Ontwikkelaar swissashley
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/swissashley/chrome-ext-linkedinEndorser
Ondersteunde Talen 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\/*"
    ]
}