PSChrome

Usability features without PeopleSoft customizations. Useful for technical and functional users.

What is PSChrome?

PSChrome is a Chrome extension developed by https://melban.me, and its main feature is "Usability features without PeopleSoft customizations. Useful for technical and functional users.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download PSChrome Extension CRX File

Download PSChrome 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

                        PeopleSoft Helper Extension: Minimizing clicks and automating processes.                    

Extension Basic Information

Name PSChrome PSChrome
ID cpgoncheakfjhldfbebekijoeaabnfeb
Official URL https://chromewebstore.google.com/detail/pschrome/cpgoncheakfjhldfbebekijoeaabnfeb
Description Usability features without PeopleSoft customizations. Useful for technical and functional users.
File Size 438 KB
Installation Count 4,544
Current Version 2.4.13.1
Last Updated 2014-10-30
Publish Date 2014-10-30
Rating 4.80/5 Total 50 Ratings
Developer https://melban.me
Payment Type free
Help Page URL http://melban.me/about
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "PSChrome",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*"
    ],
    "description": "Usability features without PeopleSoft customizations. Useful for technical and functional users.",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "https:\/\/www.pschrome.com\/chrome\/PSChrome2\/features.html",
    "version": "2.4.13.1",
    "options_page": "options.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/button.png",
        "default_title": "PSChrome 2.4.11"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}