PSChrome

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

PSChromeคืออะไร?

PSChrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://melban.me และคุณลักษณะหลักของมันคือ "Usability features without PeopleSoft customizations. Useful for technical and functional users."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PSChrome

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}