PSChrome
Usability features without PeopleSoft customizations. Useful for technical and functional users.
Apa itu PSChrome?
PSChrome adalah ekstensi Chrome yang dikembangkan oleh https://melban.me, dan fitur utamanya adalah "Usability features without PeopleSoft customizations. Useful for technical and functional users.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PSChrome
Unduh file ekstensi PSChrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
PeopleSoft Helper Extension: Minimizing clicks and automating processes.
Informasi Dasar Ekstensi
Nama | PSChrome |
ID | cpgoncheakfjhldfbebekijoeaabnfeb |
URL Resmi | https://chromewebstore.google.com/detail/pschrome/cpgoncheakfjhldfbebekijoeaabnfeb |
Deskripsi | Usability features without PeopleSoft customizations. Useful for technical and functional users. |
Ukuran File | 438 KB |
Jumlah Instalasi | 4,544 |
Versi Saat Ini | 2.4.13.1 |
Terakhir Diperbarui | 2014-10-30 |
Tanggal Publikasi | 2014-10-30 |
Penilaian | 4.80/5 Total 50 Penilaian |
Pengembang | https://melban.me |
Tipe Pembayaran | free |
URL Halaman Bantuan | http://melban.me/about |
Bahasa yang Didukung | 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" ] } |