PSChrome
Usability features without PeopleSoft customizations. Useful for technical and functional users.
Cos'è PSChrome?
PSChrome è un'estensione di Chrome sviluppata da https://melban.me, e la sua funzione principale è "Usability features without PeopleSoft customizations. Useful for technical and functional users.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PSChrome
Scarica i file di estensione PSChrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
PeopleSoft Helper Extension: Minimizing clicks and automating processes. Informazioni di Base sull'Estensione
| Nome | |
| ID | cpgoncheakfjhldfbebekijoeaabnfeb |
| URL Ufficiale | https://chromewebstore.google.com/detail/pschrome/cpgoncheakfjhldfbebekijoeaabnfeb |
| Descrizione | Usability features without PeopleSoft customizations. Useful for technical and functional users. |
| Dimensione del File | 438 KB |
| Conteggio Installazioni | 4,544 |
| Versione Corrente | 2.4.13.1 |
| Ultimo Aggiornamento | 2014-10-30 |
| Data di Pubblicazione | 2014-10-30 |
| Valutazione | 4.80/5 Totale 50 Valutazioni |
| Sviluppatore | https://melban.me |
| Tipo di Pagamento | free |
| URL della Pagina di Aiuto | http://melban.me/about |
| Lingue Supportate | 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"
]
} | |