PSChrome
Usability features without PeopleSoft customizations. Useful for technical and functional users.
Wat is PSChrome?
PSChrome is een Chrome-extensie ontwikkeld door https://melban.me, en de belangrijkste functie is "Usability features without PeopleSoft customizations. Useful for technical and functional users.".
Extensie Screenshots
Download het CRX-bestand van de extensie PSChrome
Download PSChrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
PeopleSoft Helper Extension: Minimizing clicks and automating processes. Basisinformatie over de Extensie
| Naam | |
| ID | cpgoncheakfjhldfbebekijoeaabnfeb |
| Officiële URL | https://chromewebstore.google.com/detail/pschrome/cpgoncheakfjhldfbebekijoeaabnfeb |
| Beschrijving | Usability features without PeopleSoft customizations. Useful for technical and functional users. |
| Bestandsgrootte | 438 KB |
| Aantal Installaties | 4,544 |
| Huidige Versie | 2.4.13.1 |
| Laatst Bijgewerkt | 2014-10-30 |
| Publicatiedatum | 2014-10-30 |
| Beoordeling | 4.80/5 Totaal 50 Beoordelingen |
| Ontwikkelaar | https://melban.me |
| Betalingswijze | free |
| Help Pagina-URL | http://melban.me/about |
| Ondersteunde Talen | 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"
]
} | |