PSChrome
Usability features without PeopleSoft customizations. Useful for technical and functional users.
PSChromeとは何ですか?
PSChromeはhttps://melban.meによって開発されたChromeの拡張機能で、その主な機能は「Usability features without PeopleSoft customizations. Useful for technical and functional users.」です。
拡張機能のスクリーンショット
PSChrome拡張機能のCRXファイルをダウンロード
PSChrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
PeopleSoft Helper Extension: Minimizing clicks and automating processes. 拡張機能の基本情報
| 名前 | |
| ID | cpgoncheakfjhldfbebekijoeaabnfeb |
| 公式URL | https://chromewebstore.google.com/detail/pschrome/cpgoncheakfjhldfbebekijoeaabnfeb |
| 説明 | Usability features without PeopleSoft customizations. Useful for technical and functional users. |
| ファイルサイズ | 438 KB |
| インストール数 | 4,544 |
| 現在のバージョン | 2.4.13.1 |
| 最終更新日 | 2014-10-30 |
| 公開日 | 2014-10-30 |
| 評価 | 4.80/5 合計 50 レビュー |
| 開発者 | https://melban.me |
| 支払い方法 | free |
| ヘルプページのURL | http://melban.me/about |
| 対応言語 | 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"
]
} | |