SAP Mini Launchpad
SAP Mini Launchpad
What is SAP Mini Launchpad?
SAP Mini Launchpad is a Chrome extension developed by df.saplaunchpad, and its main feature is "SAP Mini Launchpad".
Extension Screenshots
Download SAP Mini Launchpad Extension CRX File
Download SAP Mini Launchpad extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
SAP Mini Launchpad direct links find notes by number or search terms, create lincese key, swdc, create developer & object keys, manage remote connections. Version 2.2.2 #Correction "The service connection timed out. Please reload the page to reconnect."
Extension Basic Information
Name | SAP Mini Launchpad |
ID | ekakdgpjkglaghkjgemfefihilpgkbli |
Official URL | https://chromewebstore.google.com/detail/sap-mini-launchpad/ekakdgpjkglaghkjgemfefihilpgkbli |
Description | SAP Mini Launchpad |
File Size | 223 KB |
Installation Count | 586 |
Current Version | 2.2.2 |
Last Updated | 2021-06-15 |
Publish Date | 2017-11-17 |
Rating | 4.67/5 Total 6 Ratings |
Developer | df.saplaunchpad |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SAP Mini Launchpad", "description": "SAP Mini Launchpad", "version": "2.2.2", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "16.png", "64": "64.png", "128": "128.png" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "downloads" ] } |