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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載PSChrome擴展crx文件

下載PSChrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        PeopleSoft Helper Extension: Minimizing clicks and automating processes.                    

擴展基本資訊

名稱 PSChrome PSChrome
ID cpgoncheakfjhldfbebekijoeaabnfeb
官方網址 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"
    ]
}