Linkedin Endorser

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

Qu'est-ce que Linkedin Endorser ?

Linkedin Endorser est une extension Chrome développée par swissashley, et sa fonction principale est "This Chrome extension will help you to endorse all the skills in one click.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Linkedin Endorser

Téléchargez les fichiers d'extension Linkedin Endorser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Linkedin Endorser Linkedin Endorser
ID mhakkhaadpkehkiiiimheegdbchfmlbi
URL Officiel https://chromewebstore.google.com/detail/linkedin-endorser/mhakkhaadpkehkiiiimheegdbchfmlbi
Description This Chrome extension will help you to endorse all the skills in one click.
Taille du Fichier 300 KB
Nombre d'Installations 33
Version Actuelle 1.2
Dernière Mise à Jour 2016-09-22
Date de Publication 2016-09-22
Développeur swissashley
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/swissashley/chrome-ext-linkedinEndorser
Langues Prises en Charge 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\/*"
    ]
}