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
官方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"
    ]
}