PSChrome
Usability features without PeopleSoft customizations. Useful for technical and functional users.
Qu'est-ce que PSChrome ?
PSChrome est une extension Chrome développée par https://melban.me, et sa fonction principale est "Usability features without PeopleSoft customizations. Useful for technical and functional users.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PSChrome
Téléchargez les fichiers d'extension PSChrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
PeopleSoft Helper Extension: Minimizing clicks and automating processes.
Informations de Base sur l'Extension
Nom | PSChrome |
ID | cpgoncheakfjhldfbebekijoeaabnfeb |
URL Officiel | https://chromewebstore.google.com/detail/pschrome/cpgoncheakfjhldfbebekijoeaabnfeb |
Description | Usability features without PeopleSoft customizations. Useful for technical and functional users. |
Taille du Fichier | 438 KB |
Nombre d'Installations | 4,544 |
Version Actuelle | 2.4.13.1 |
Dernière Mise à Jour | 2014-10-30 |
Date de Publication | 2014-10-30 |
Évaluation | 4.80/5 Total 50 Évaluations |
Développeur | https://melban.me |
Type de Paiement | free |
URL de la Page d'Aide | http://melban.me/about |
Langues Prises en Charge | 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" ] } |