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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PSChrome
قم بتنزيل ملفات الامتداد PSChrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| عنوان صفحة المساعدة | 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"
]
} | |