OmniStudio Project Explorer
This extension will make it easier to navigate between Saleforce Industries projects and its components in your org.
OmniStudio Project Explorer क्या है?
OmniStudio Project Explorer Salesforce द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will make it easier to navigate between Saleforce Industries projects and its components in your org."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OmniStudio Project Explorer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
OmniStudio Project Explorer lets a Salesforce Industries user navigate Salesforce Industries features such as OmniScript, FlexCard, Integration Procedures, DataRaptors, and etc., and include a set of the instances in a "Module" project so you can migrate the feature instances between orgs as a group using IDX Workbench.
- Filter and search Salesforce Industries feature types
- Search navigate the feature instances - Create "Module" projects in a Salesforce org
- Add / Remove the feature instances in a "Module" project
- List all the feature instances in a "Module" project
OmniStudio Project Explorer requires CME or INS Salesforce Industries Packages (version 109 or above) एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | mlinmlldlfpiioajgllnnnkhhhiakdmi |
| आधिकारिक URL | https://chromewebstore.google.com/detail/omnistudio-project-explor/mlinmlldlfpiioajgllnnnkhhhiakdmi |
| विवरण | This extension will make it easier to navigate between Saleforce Industries projects and its components in your org. |
| फ़ाइल का आकार | 1.28 MB |
| स्थापना संख्या | 1,385 |
| वर्तमान संस्करण | 1.0 |
| अंतिम अपडेट | 2021-02-28 |
| प्रकाशन तिथि | 2021-02-20 |
| रेटिंग | 2.33/5 कुल 3 रेटिंग्स |
| डेवलपर | Salesforce |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| गोपनीयता नीति पृष्ठ URL | http://www.salesforce.com/company/privacy |
| समर्थित भाषाएँ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "OmniStudio Project Explorer",
"version": "1.0",
"description": "This extension will make it easier to navigate between Saleforce Industries projects and its components in your org.",
"manifest_version": 2,
"content_security_policy": "default-src 'self'",
"web_accessible_resources": [
"css\/*.css",
"js\/*.js",
"images\/*.*",
"html\/*.html"
],
"permissions": [
"storage",
"https:\/\/*.force.com\/*",
"https:\/\/*.salesforce.com\/*",
"https:\/\/*.visualforce.com\/*",
"webRequest",
"webRequestBlocking"
],
"background": {
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_title": "Project Explorer",
"default_icon": "images\/vlocityplatformicon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.force.com\/*",
"https:\/\/*.salesforce.com\/*",
"https:\/\/*.visualforce.com\/*"
],
"js": [
"js\/jsforce.min.js",
"js\/vlocityDatapackQueryDefinitions.js",
"js\/svg.js",
"js\/init.js",
"js\/contentScript.js",
"js\/query.js",
"js\/dommanipulator.js",
"js\/test.js"
]
}
]
} | |