Panaya ForeSight - Salesforce Discovery
Foresee dependencies and analyze the impact before making any change in your Salesforce Org
Panaya ForeSight - Salesforce Discovery क्या है?
Panaya ForeSight - Salesforce Discovery Panaya Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Foresee dependencies and analyze the impact before making any change in your Salesforce Org"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Panaya ForeSight - Salesforce Discovery एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Get unparalleled Impact Analysis for your Salesforce org with just the click of a button. Panaya ForeSight's Discovery Chrome Extension allows you to easily discover the dependencies and level of complexity that exist within your Salesforce Org. Quickly analyze your Salesforce components, including impact analysis of: Fields, Process Builders, Flows, Validation Rules, Apex code, and more. Use the side panel to analyze your components from within the Object Manager, or simply highlight any text within your Salesforce Org and analyze with Discovery to reveal the dependencies related to the selected Salesforce component, and instantly foresee the potential risk of change. Now you can seamlessly and accurately deploy to production with zero risk of post go-live errors.
एक्सटेंशन की मूल जानकारी
नाम | Panaya ForeSight - Salesforce Discovery |
ID | apckcodbipcafmgncelooejphomnijhn |
आधिकारिक URL | https://chromewebstore.google.com/detail/panaya-foresight-salesfor/apckcodbipcafmgncelooejphomnijhn |
विवरण | Foresee dependencies and analyze the impact before making any change in your Salesforce Org |
फ़ाइल का आकार | 257 KB |
स्थापना संख्या | 378 |
वर्तमान संस्करण | 23.5.9 |
अंतिम अपडेट | 2023-05-09 |
प्रकाशन तिथि | 2021-08-28 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Panaya Inc. |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.panaya.com/product/salesforce-foresight/ |
गोपनीयता नीति पृष्ठ URL | http://www.panaya.com/panaya-privacy-2 |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "23.5.9", "name": "__MSG_name__", "short_name": "__MSG_short_name__", "description": "__MSG_description__", "homepage_url": "https:\/\/www.panaya.com", "default_locale": "en", "action": { "default_title": "Click to show an analysis" }, "permissions": [ "contextMenus", "storage", "cookies", "activeTab", "scripting", "offscreen" ], "host_permissions": [ "https:\/\/*.force.com\/*", "https:\/\/*.panaya.com\/*", "https:\/\/*.panaya.int\/*" ], "icons": { "16": ".\/icons\/icon16.png", "48": ".\/icons\/icon48.png", "128": ".\/icons\/icon128.png" }, "background": { "service_worker": ".\/background\/service_worker.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.force.com\/*" ], "css": [ ".\/styles\/discovery.css" ], "js": [ ".\/common\/common.js", ".\/common\/discovery-content.js", ".\/common\/port-messages.js", ".\/common\/side-bar.js", ".\/content\/objects-manager\/component-details.js", ".\/content\/objects-manager\/sub-components-list.js", ".\/content\/objects-manager\/objects-list.js", ".\/content\/objects-manager\/extension-action.js" ], "run_at": "document_end", "all_frames": true } ], "options_ui": { "page": ".\/options\/options.html", "open_in_tab": false }, "commands": { "toggle-discovery": { "suggested_key": { "default": "Ctrl+Shift+Q", "mac": "Command+Shift+D" }, "description": "Send selected text to Panaya ForeSight discovery page." } }, "web_accessible_resources": [ { "resources": [ "discovery-iframe-view.html" ], "matches": [ "*:\/\/*\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |