Anypoint Platform Chrome Extension
Anypoint Platform Chrome Extension
Anypoint Platform Chrome Extension क्या है?
Anypoint Platform Chrome Extension https://yucelmoran.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Anypoint Platform Chrome Extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Anypoint Platform Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Anypoint Platform™ is a complete solution for API-led connectivity that helps companies build application networks of apps, data, and devices, both on-premises and in the cloud. This Extension is meant to help anyone with an access to the platform to reach different modules with less clicks. With the extension you can: - Get the access token to use it to use it to consume the Anypoint Platform API using any REST client like POSTMAN - Download a CSV file with all your deployed applications - See the total deployed applications in your instance - See the Anypoint platform status updates in realtime (https://status.mulesoft.com/) - Download a CloudHub or Hybrid application artifact in one click (.jar / .zip) - See any scheduler and alert setup in an application. - If you are in a trial instance, you are able to see the remaining days before your Anypoint account expires.
एक्सटेंशन की मूल जानकारी
नाम | Anypoint Platform Chrome Extension |
ID | gofndnflkobgljnjjalmehnlamoifmhc |
आधिकारिक URL | https://chromewebstore.google.com/detail/anypoint-platform-chrome/gofndnflkobgljnjjalmehnlamoifmhc |
विवरण | Anypoint Platform Chrome Extension |
फ़ाइल का आकार | 70.03 MB |
स्थापना संख्या | 249 |
वर्तमान संस्करण | 2.8 |
अंतिम अपडेट | 2024-03-02 |
प्रकाशन तिथि | 2020-11-18 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://yucelmoran.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://yucelmoran.com/anypoint-platform-chrome-extension/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Anypoint Platform Chrome Extension", "description": "Anypoint Platform Chrome Extension", "version": "2.8", "background": { "service_worker": "service-worker.js" }, "options_page": "settings\/settings.html", "permissions": [ "scripting", "storage", "tabs", "webRequest", "activeTab", "declarativeContent" ], "host_permissions": [ "https:\/\/anypoint.mulesoft.com\/*", "*:\/\/*\/*" ], "action": { "default_title": "Click to show an alert", "default_icon": { "16": "icons\/mule.png", "24": "icons\/mule.png", "32": "icons\/mule.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "foreground.js" ], "matches": [ "https:\/\/anypoint.mulesoft.com\/*" ] } ] } |