N-Central Dashboard extension

Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling.

What is N-Central Dashboard extension?

N-Central Dashboard extension is a Chrome extension developed by jamesweakley, and its main feature is "Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling.".

Extension Screenshots

screenshot

Download N-Central Dashboard extension Extension CRX File

Download N-Central Dashboard extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Uses jQuery and the jQuery.floatThead extension to make N-Central dashboard headings stick when scrolling.                    

Extension Basic Information

Name N-Central Dashboard extension N-Central Dashboard extension
ID eambckjnmhkihnabgcbegcdgejekkpia
Official URL https://chromewebstore.google.com/detail/n-central-dashboard-exten/eambckjnmhkihnabgcbegcdgejekkpia
Description Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling.
File Size 16.99 KB
Installation Count 53
Current Version 1.0.1
Last Updated 2014-06-29
Publish Date 2014-06-28
Developer jamesweakley
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "N-Central Dashboard extension",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Modifies the N-Central dashboard post-render, to maintain a fixed header when scrolling.",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "webRequest",
        "http:\/\/*\/*IndexAction.action",
        "https:\/\/*\/*IndexAction.action",
        "http:\/\/*\/*DashboardViewAction*",
        "https:\/\/*\/*DashboardViewAction*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "injected.js",
        "injector.js"
    ]
}