Sprintegrate CI Addon
Sprintegrate CI Addon
Sprintegrate CI Addon क्या है?
Sprintegrate CI Addon https://sprintegrate.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sprintegrate CI Addon"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sprintegrate CI Addon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Sprintegrate CI Addon: Elevate Your SAP Integration Suite Experience! Designed exclusively for SAP Integration Suite, Cloud Integration, and CPI Developers & Administrators, the Sprintegrate CI Addon offers advanced monitoring capabilities. With this Addon, you can: Gain an insightful Message Monitoring Overview of your communications in Cloud Integration/CPI, mirroring the functionality of SAP Process Orchestration. Seamlessly export your monitoring data to Excel or CSV formats. Instantly access direct hyperlinks to pertinent messages within the Integration Suite. Search for Messages in Cloud Integration using SAP_ApplicationID with wildcards. Search for B2B Messages in B2B Monitoring using multiple B2B identifiers with wildcards. Elevate your SAP integration and monitoring workflow today with Sprintegrate CI Addon!
एक्सटेंशन की मूल जानकारी
नाम | Sprintegrate CI Addon |
ID | nchdgkpidpnidlnoojmhbjinmleedgoc |
आधिकारिक URL | https://chromewebstore.google.com/detail/sprintegrate-ci-addon/nchdgkpidpnidlnoojmhbjinmleedgoc |
विवरण | Sprintegrate CI Addon |
फ़ाइल का आकार | 264 KB |
स्थापना संख्या | 222 |
वर्तमान संस्करण | 2.1.3 |
अंतिम अपडेट | 2023-11-10 |
प्रकाशन तिथि | 2023-10-14 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | https://sprintegrate.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Sprintegrate CI Addon", "description": "Sprintegrate CI Addon", "version": "2.1.3", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon48.png", "48": "icons\/icon64.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.hana.ondemand.com\/*" ], "run_at": "document_end", "js": [ "src\/content.js", "src\/b2bsearch.js" ], "css": [ "src\/style\/content.css", "src\/style\/tabs.css" ] } ], "web_accessible_resources": [ { "resources": [ "icons\/icon16.png", "icons\/icon48.png", "icons\/icon64.png", "icons\/icon128.png", "assets\/logo_with_text_512.png", "assets\/trash-icon.svg", "assets\/csv-icon.svg", "assets\/settings-icon.svg" ], "matches": [ "https:\/\/*.hana.ondemand.com\/*" ] } ] } |