Oh Hell No

An extension that modifes the 'Skills & Expertise' section of LinkedIn to allow one to rebuke the person's claims.

Qu'est-ce que Oh Hell No ?

Oh Hell No est une extension Chrome développée par jrmiller84, et sa fonction principale est "An extension that modifes the 'Skills & Expertise' section of LinkedIn to allow one to rebuke the person's claims.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Oh Hell No

Téléchargez les fichiers d'extension Oh Hell No 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

                        Based on an idea from Episode 56 of Mike Monteiro's "Let's Make Mistakes" podcast. Adds an "Oh hell no" button to the "Skills and Expertise" section of people's LinkedIn profiles.                    

Informations de Base sur l'Extension

Nom Oh Hell No Oh Hell No
ID hdlafmkekdmkeeifidploilceehjbikg
URL Officiel https://chrome.google.com/webstore/detail/oh-hell-no/hdlafmkekdmkeeifidploilceehjbikg
Description An extension that modifes the 'Skills & Expertise' section of LinkedIn to allow one to rebuke the person's claims.
Taille du Fichier 56.42 KB
Nombre d'Installations 19
Version Actuelle 1.0
Dernière Mise à Jour 2012-07-18
Date de Publication 2012-07-18
Évaluation 5.00/5 Total 1 Évaluations
Développeur jrmiller84
Type de Paiement free
Site Web de l'Extension https://github.com/BitDestroyer/Oh-Hell-No
URL de la Page d'Aide https://github.com/BitDestroyer/Oh-Hell-No
Langues Prises en Charge en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Oh Hell No",
    "version": "1.0",
    "manifest_version": 2,
    "description": "An extension that modifes the 'Skills & Expertise' section of LinkedIn to allow one to rebuke the person's claims.",
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "notifications",
        "tabs",
        "http:\/\/www.linkedin.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.linkedin.com\/profile\/view*"
            ],
            "css": [
                "css\/toast.css"
            ],
            "js": [
                "scripts\/jquery-1.7.2.min.js",
                "scripts\/parse-1.0.9.min.js",
                "scripts\/jquery.toast.min.js",
                "scripts\/ohhellno.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ]
}