PSChrome
Usability features without PeopleSoft customizations. Useful for technical and functional users.
Was ist PSChrome?
PSChrome ist eine Chrome-Erweiterung, die von https://melban.me entwickelt wurde, und ihr Hauptmerkmal ist "Usability features without PeopleSoft customizations. Useful for technical and functional users.".
Erweiterungsscreenshots
PSChrome-Erweiterungs-CRX-Datei herunterladen
Laden Sie PSChrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
PeopleSoft Helper Extension: Minimizing clicks and automating processes. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cpgoncheakfjhldfbebekijoeaabnfeb |
| Offizielle URL | https://chromewebstore.google.com/detail/pschrome/cpgoncheakfjhldfbebekijoeaabnfeb |
| Beschreibung | Usability features without PeopleSoft customizations. Useful for technical and functional users. |
| Dateigröße | 438 KB |
| Installationsanzahl | 4,544 |
| Aktuelle Version | 2.4.13.1 |
| Letztes Update | 2014-10-30 |
| Veröffentlichungsdatum | 2014-10-30 |
| Bewertung | 4.80/5 Insgesamt 50 Bewertungen |
| Entwickler | https://melban.me |
| Zahlungsart | free |
| Hilfeseite URL | http://melban.me/about |
| Unterstützte Sprachen | 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"
]
} | |