Lazy for Salesforce Deployments
Lazy for Salesforce Deployments
Lazy for Salesforce Deployments क्या है?
Lazy for Salesforce Deployments Gagandeep Kainth द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lazy for Salesforce Deployments"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Lazy for Salesforce Deployments एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Facing Deployment Issues in Salesforce? Don't call The Ambulance, call Lazy. 📣 Lazy for Salesforce Deployments. ⭐️ Highlights ⭐️ • Graphical view of your Deployments ☁️ • Identify Long-Running Apex Code 🌡 • Apex/Flow Coverage, covered and uncovered ⚡️ • Quickly identify uncovered code 🔍 • Uncovered locations for each entity 🛑 • Find potential coverage gain for each entity. • Auto-generate tests for WSDL classes. • Dissection of the Deployment Times 🔴🟡🟢 • Download & Share Report 🖨 • No user input is required At All. Give it a try and just say you loved it 😄 ⭐️ Key Benefits ⭐️ • Identify performance issues before they even happen. • Quickly spot the best targets to get the code coverage boost. • Get WSDL classes covered with just a single click. Simply fall in Love with Lazy ❤ This is NOT a product provided by Salesforce.com. IN NO EVENT SHALL DEVELOPER BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF DEVELOPER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. DEVELOPER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE AND ACCOMPANYING DOCUMENTATION, IF ANY, PROVIDED HEREUNDER IS PROVIDED "AS IS". DEVELOPER HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
एक्सटेंशन की मूल जानकारी
नाम | Lazy for Salesforce Deployments |
ID | agiglidkkgindpamdcbboahbbkihbgge |
आधिकारिक URL | https://chromewebstore.google.com/detail/lazy-for-salesforce-deplo/agiglidkkgindpamdcbboahbbkihbgge |
विवरण | Lazy for Salesforce Deployments |
फ़ाइल का आकार | 1.42 MB |
स्थापना संख्या | 891 |
वर्तमान संस्करण | 2.1.4 |
अंतिम अपडेट | 2023-04-19 |
प्रकाशन तिथि | 2018-02-20 |
रेटिंग | 4.86/5 कुल 7 रेटिंग्स |
डेवलपर | Gagandeep Kainth |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Lazy for Salesforce Deployments", "version": "2.1.4", "description": "Lazy for Salesforce Deployments", "background": { "service_worker": "background.js" }, "action": [], "web_accessible_resources": [ { "resources": [ "js\/processor.js", "js\/manual_processor.js", "index.html", "updated.html", "styles\/style.css" ], "matches": [ "https:\/\/*.my.salesforce.com\/*", "https:\/\/*.lightning.force.com\/*" ] } ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon32.png", "128": "images\/icon128.png" }, "content_scripts": [ { "js": [ "js\/jquery.js", "js\/lib\/plotly-2.5.0.min.js", "js\/constants.js", "js\/content.js", "js\/global.js", "js\/debug.js", "js\/actions.js" ], "incognito": "split", "matches": [ "https:\/\/*.my.salesforce.com\/changemgmt\/*", "https:\/\/*.lightning.force.com\/*" ], "css": [ "styles\/style.css" ], "run_at": "document_idle" } ], "host_permissions": [ "https:\/\/*.my.salesforce.com\/changemgmt\/monitorDeploymentsDetails.apexp\/*", "https:\/\/*.lightning.force.com\/lightning\/setup\/DeployStatus\/page\/*" ], "permissions": [ "cookies", "webNavigation" ] } |