PS Utilities

PeopleSoft Utilities - increase usability and productivity.

Apa itu PS Utilities?

PS Utilities adalah ekstensi Chrome yang dikembangkan oleh Uffe Graakjaer, dan fitur utamanya adalah "PeopleSoft Utilities - increase usability and productivity.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi PS Utilities

Unduh file ekstensi PS Utilities dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        PS Utilities is a Google Chrome Extension for use with PeopleSoft systems.

It has a number of features which will improve your effectiveness when working with PeopleSoft.

Global Favorites
• Create favorites for the pages you use most often.
• These favorites can be accessed from all environments, unlike the delivered favorites.
• You can choose to open in same window or a new tab.
• Favorites can be grouped together in categories and sub-categories.

PS Utilities Toolbar
• This is a toolbar which is visible when on a PeopleSoft webpage.
• It contains a number of features which can be turned on/off as you wish.

One Click Tracing
• Turn on/off PeopleCode and SQL tracing at the click of a button.  This will access the built in tracing functionality that comes as part of PeopleSoft applications and will turn this on or off when the button is clicked.

CTRL + J Information
• Get the most important CTRL + J information by clicking an icon in the toolbar.  If the PeopleSoft environment you are logged into has CTRL+J enabled, then the information you can see by clicking CTRL+J can now be access by a clicking a button in the PS Utilities toolbar - it will retrieve the most relevant information from the web page and display it on the screen.

Field Inspector
• Use the field inspector to find the name of records and fields behind the pages, it does this by looking at the HTML behind the PeopleSoft page and identifies the HTML tags around the fields and displays this in the PS Utilities toolbar.

Search Page Features
• Auto Correct History – the Correct History option will be selected on search pages by default.
• Auto Advanced Search – some search pages have Basic Search by default, which means you have to click the Advanced Search button to be able to search by more parameters, this option will always bring up the Advanced Search options.

New Window
• Click to open another PeopleSoft window in your browser.

Component pages
• Some components have so many pages that you can’t see them all without scrolling through by clicking the arrow icons.
• Page Tabs provides quick links to all the pages in a component from the toolbar.

Environment Indicator and User ID
• The name of the environment you are logged into as well as the User ID with which you are logged in will be displayed in the toolbar.
• Very useful for people who work in multiple environments or log in with multiple user accounts.

Privacy Policy
• URLs of any PeopleSoft sites you access will be stored in your local storage.

All of the information that PS Utilities displays (such as User ID) comes from the HTML of the page you are viewing, just the name and URLs of your various PeopleSoft environments are stored in local storage as described above.                    

Informasi Dasar Ekstensi

Nama PS Utilities PS Utilities
ID jajoopnifcliapcngocgiidifkmboemc
URL Resmi https://chromewebstore.google.com/detail/ps-utilities/jajoopnifcliapcngocgiidifkmboemc
Deskripsi PeopleSoft Utilities - increase usability and productivity.
Ukuran File 285 KB
Jumlah Instalasi 13,940
Versi Saat Ini 3.3.3
Terakhir Diperbarui 2023-06-30
Tanggal Publikasi 2019-08-28
Penilaian 4.84/5 Total 43 Penilaian
Pengembang Uffe Graakjaer
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://docs.google.com/document/d/1qv4V7M7CDZ9AhCofnPhJEW9dzzPvY88jIP-pQtQHP_g/edit?usp=sharing
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "3.3.3",
    "name": "PS Utilities",
    "description": "PeopleSoft Utilities - increase usability and productivity.",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/installInit.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon16.png",
            "38": "images\/icon32.png"
        },
        "default_popup": "popup.html",
        "default_title": "PS Utilities"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/jquery-ui-1.10.3.custom.min.js",
                "js\/jquery-impromptu.js",
                "js\/jquery.tabletojson.js",
                "js\/jquery.tooltipster.min.js",
                "js\/jquery.switchButton.js",
                "js\/psutilities-common.js",
                "js\/psutilities.js"
            ],
            "matches": [
                "*:\/\/*\/psp\/*\/*\/*\/c\/*",
                "*:\/\/*\/psc\/*\/*\/*\/c\/*",
                "*:\/\/*\/psp\/*\/*\/*\/h\/*",
                "*:\/\/*\/psc\/*\/*\/*\/h\/*",
                "*:\/\/*\/psp\/*\/*\/*\/s\/*",
                "*:\/\/*\/psc\/*\/*\/*\/s\/*",
                "*:\/\/*\/psp\/*\/*\/*\/w\/WORKLIST*",
                "*:\/\/*\/psc\/*\/*\/*\/w\/WORKLIST*",
                "*:\/\/*\/psp\/*\/?*cmd=login*",
                "*:\/\/*\/psc\/*\/?*cmd=login*",
                "*:\/\/*\/psp\/*\/?*cmd=logout*",
                "*:\/\/*\/psc\/*\/?*cmd=logout*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png"
    },
    "web_accessible_resources": [
        "images\/*",
        "css\/psutil\/*",
        "css\/*",
        "js\/psutilities-common.js",
        "js\/psutilities-inject-advsearch.js",
        "js\/psutilities-inject-corrhist.js",
        "js\/psutilities-inject-corrhist-and-advsearch.js",
        "js\/psutilities-inject-clearbcs.js",
        "options.html"
    ]
}