PSChrome

Usability features without PeopleSoft customizations. Useful for technical and functional users.

PSChrome là gì?

PSChrome là một tiện ích mở rộng Chrome được phát triển bởi https://melban.me, và tính năng chính của nó là "Usability features without PeopleSoft customizations. Useful for technical and functional users.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PSChrome

Tải xuống các tệp mở rộng PSChrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        PeopleSoft Helper Extension: Minimizing clicks and automating processes.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PSChrome PSChrome
ID cpgoncheakfjhldfbebekijoeaabnfeb
URL Chính Thức https://chromewebstore.google.com/detail/pschrome/cpgoncheakfjhldfbebekijoeaabnfeb
Mô tả Usability features without PeopleSoft customizations. Useful for technical and functional users.
Kích Thước Tệp 438 KB
Số Lần Cài Đặt 4,544
Phiên Bản Hiện Tại 2.4.13.1
Cập Nhật Lần Cuối 2014-10-30
Ngày Phát Hành 2014-10-30
Đánh Giá 4.80/5 Tổng số 50 Đánh Giá
Nhà Phát Triển https://melban.me
Loại Thanh Toán free
URL Trang Trợ Giúp http://melban.me/about
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}