PSChrome
Usability features without PeopleSoft customizations. Useful for technical and functional users.
Vad är PSChrome?
PSChrome är en Chrome-tillägg utvecklad av https://melban.me, och dess huvudfunktion är "Usability features without PeopleSoft customizations. Useful for technical and functional users.".
Tilläggsskärmbilder
Ladda ner PSChrome-förlängningens CRX-fil
Ladda ner PSChrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
PeopleSoft Helper Extension: Minimizing clicks and automating processes.
Grundläggande Information om Tillägg
Namn | PSChrome |
ID | cpgoncheakfjhldfbebekijoeaabnfeb |
Officiell webbadress | https://chromewebstore.google.com/detail/pschrome/cpgoncheakfjhldfbebekijoeaabnfeb |
Beskrivning | Usability features without PeopleSoft customizations. Useful for technical and functional users. |
Filstorlek | 438 KB |
Antal Installationer | 4,544 |
Aktuell Version | 2.4.13.1 |
Senast Uppdaterad | 2014-10-30 |
Publiceringsdatum | 2014-10-30 |
Betyg | 4.80/5 Totalt 50 Betyg |
Utvecklare | https://melban.me |
Betalningssätt | free |
Hjälpsida URL | http://melban.me/about |
Stödda Språk | 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" ] } |