OmniStudio Project Explorer
This extension will make it easier to navigate between Saleforce Industries projects and its components in your org.
OmniStudio Project Explorer là gì?
OmniStudio Project Explorer là một tiện ích mở rộng Chrome được phát triển bởi Salesforce, và tính năng chính của nó là "This extension will make it easier to navigate between Saleforce Industries projects and its components in your org.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng OmniStudio Project Explorer
Tải xuống các tệp mở rộng OmniStudio Project Explorer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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) Thông Tin Cơ Bản về Tiện Ích Mở Rộng
| Tên | |
| ID | mlinmlldlfpiioajgllnnnkhhhiakdmi |
| URL Chính Thức | https://chromewebstore.google.com/detail/omnistudio-project-explor/mlinmlldlfpiioajgllnnnkhhhiakdmi |
| Mô tả | This extension will make it easier to navigate between Saleforce Industries projects and its components in your org. |
| Kích Thước Tệp | 1.28 MB |
| Số Lần Cài Đặt | 1,385 |
| Phiên Bản Hiện Tại | 1.0 |
| Cập Nhật Lần Cuối | 2021-02-28 |
| Ngày Phát Hành | 2021-02-20 |
| Đánh Giá | 2.33/5 Tổng số 3 Đánh Giá |
| Nhà Phát Triển | Salesforce |
| [email protected] | |
| Loại Thanh Toán | free |
| URL Trang Chính Sách Bảo Mật | http://www.salesforce.com/company/privacy |
| Ngôn Ngữ Được Hỗ Trợ | 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"
]
}
]
} | |