Oh Hell No

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

Was ist Oh Hell No?

Oh Hell No ist eine Chrome-Erweiterung, die von jrmiller84 entwickelt wurde, und ihr Hauptmerkmal ist "An extension that modifes the 'Skills & Expertise' section of LinkedIn to allow one to rebuke the person's claims.".

Erweiterungsscreenshots

screenshot

Oh Hell No-Erweiterungs-CRX-Datei herunterladen

Laden Sie Oh Hell No-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Oh Hell No Oh Hell No
ID hdlafmkekdmkeeifidploilceehjbikg
Offizielle URL https://chrome.google.com/webstore/detail/oh-hell-no/hdlafmkekdmkeeifidploilceehjbikg
Beschreibung An extension that modifes the 'Skills & Expertise' section of LinkedIn to allow one to rebuke the person's claims.
Dateigröße 56.42 KB
Installationsanzahl 19
Aktuelle Version 1.0
Letztes Update 2012-07-18
Veröffentlichungsdatum 2012-07-18
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler jrmiller84
Zahlungsart free
Erweiterungswebsite https://github.com/BitDestroyer/Oh-Hell-No
Hilfeseite URL https://github.com/BitDestroyer/Oh-Hell-No
Unterstützte Sprachen 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\/*"
    ]
}