UP CMS

University Publishing CMS Plugin for Chrome

What is UP CMS?

UP CMS is a Chrome extension developed by mc, and its main feature is "University Publishing CMS Plugin for Chrome".

Download UP CMS Extension CRX File

Download UP CMS 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

                        Productivity plugin for CMS at WSU.                    

Extension Basic Information

Name UP CMS UP CMS
ID blcbjihmkipbmjmlljfdagbjeppcapef
Official URL https://chrome.google.com/webstore/detail/up-cms/blcbjihmkipbmjmlljfdagbjeppcapef
Description University Publishing CMS Plugin for Chrome
File Size 6.27 KB
Installation Count 57
Current Version 1.0
Last Updated 2014-02-14
Publish Date 2014-02-14
Developer mc
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UP CMS",
    "manifest_version": 2,
    "description": "University Publishing CMS Plugin for Chrome",
    "version": "1.0",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "sample.js"
        ]
    }
}