Fiori Launchpad Helper

Fiori Launchpad Helper Extension

Fiori Launchpad Helperคืออะไร?

Fiori Launchpad Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DJ และคุณลักษณะหลักของมันคือ "Fiori Launchpad Helper Extension"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Fiori Launchpad Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Chrome Extension that will help users to automatically login to SAP Fiori Launchpad with one click and can bookmark and navigate to frequently used Fiori apps.

This extension helps the users to quickly switch between different users and systems with one click without having to remember the login credentials or launchpad url's.

Also user's can bookmark any Fiori app and can navigate to the particular app with one click shortcuts.

The extension is mainly focused for developers, functional consultants and testers to increase productivity and to automate some frequent tasks.

User can upload the customized user config file which contains the system and login details to the extension with the help of the template file available to download within the extension.

*This extension does not save, collect or uploads any user data online, all the user data is saved locally in encrypted format.

Compatibility: S/4 HANA 2020OP , SAP Enterprise Portal 6.0

Note: This extension might not working if there is an organizational policy restricting access of internal domains by extensions. 

Disclaimer: Fiori is a trademark of SAP and I am not directly associated with SAP.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Fiori Launchpad Helper Fiori Launchpad Helper
ID mnapalcpbnknfpafoolfmefgkgebjpee
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fiori-launchpad-helper/mnapalcpbnknfpafoolfmefgkgebjpee
คำอธิบาย Fiori Launchpad Helper Extension
ขนาดไฟล์ 105 KB
จำนวนการติดตั้ง 171
เวอร์ชันปัจจุบัน 1.09
อัปเดตครั้งล่าสุด 2024-01-10
วันที่เผยแพร่ 2021-04-23
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา DJ
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fiori Launchpad Helper",
    "description": "Fiori Launchpad Helper Extension",
    "version": "1.09",
    "icons": {
        "128": "icon.png",
        "48": "icon48.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "downloads",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "manifest_version": 3,
    "incognito": "not_allowed",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "SAP Fiori Launchpad Helper Extension"
        }
    },
    "background": {
        "service_worker": "service_worker_1.js"
    }
}