Oh Hell No

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

Oh Hell No क्या है?

Oh Hell No jrmiller84 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that modifes the 'Skills & Expertise' section of LinkedIn to allow one to rebuke the person's claims."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Oh Hell No एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Oh Hell No Oh Hell No
ID hdlafmkekdmkeeifidploilceehjbikg
आधिकारिक URL https://chrome.google.com/webstore/detail/oh-hell-no/hdlafmkekdmkeeifidploilceehjbikg
विवरण An extension that modifes the 'Skills & Expertise' section of LinkedIn to allow one to rebuke the person's claims.
फ़ाइल का आकार 56.42 KB
स्थापना संख्या 19
वर्तमान संस्करण 1.0
अंतिम अपडेट 2012-07-18
प्रकाशन तिथि 2012-07-18
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर jrmiller84
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/BitDestroyer/Oh-Hell-No
सहायता पृष्ठ URL https://github.com/BitDestroyer/Oh-Hell-No
समर्थित भाषाएँ 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\/*"
    ]
}