Gyde for SalesForce
Learn how to use Salesforce with Gyde!
什麼是Gyde for SalesForce?
Gyde for SalesForce是由https://gyde.ai開發的Chrome擴展程式,該擴展的主要功能是“Learn how to use Salesforce with Gyde!”。
擴展截圖
下載Gyde for SalesForce擴展crx文件
下載Gyde for SalesForce擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Salesforce Gyde (Guide) helps users learn Salesforce and become proficient. It is the simplest tool to get help on Salesforce.
Why Salesforce Gyde?
- Search and get answer for every 'How to' query. ex. How to show product info fields in a quote document?
- It will explain you the terms & keywords right within the Salesforce. ex. What is an opportunity?
- Follow the walkthroughs to understand different processes and tasks
To customise Gyde for your organisation, contact me on [email protected]! 擴展基本資訊
| 名稱 | |
| ID | dlemjngkcnkiaclhbodkhlplbbchlmdf |
| 官方網址 | https://chromewebstore.google.com/detail/gyde-for-salesforce/dlemjngkcnkiaclhbodkhlplbbchlmdf |
| 簡介 | Learn how to use Salesforce with Gyde! |
| 檔案大小 | 625 KB |
| 安裝次數 | 55 |
| 目前版本 | 0.2.3 |
| 更新時間 | 2021-12-27 |
| 上架時間 | 2019-07-26 |
| 開發者 | https://gyde.ai |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 說明頁面URL | https://gyde.ai/ |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Gyde for SalesForce",
"version": "0.2.3",
"description": "Learn how to use Salesforce with Gyde!",
"icons": {
"485": "logo485.png"
},
"browser_action": {
"default_title": "Gyde"
},
"web_accessible_resources": [
"jquery.min.js",
"animate.css",
"GydeTrack.js",
"chat.css",
"webStyle.css",
"gy-bootstrap.min.css",
"hopscotch.min.css",
"classic_theme.css",
"chatLogo.png",
"sprite-green.png",
"sprite-orange.png",
"flow.js",
"content.js"
],
"content_security_policy": "script-src 'self' https:\/\/*.gyde.ai; object-src 'self'",
"permissions": [
"https:\/\/*.lightning.force.com\/*",
"https:\/\/*.salesforce.com\/*"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/*.lightning.force.com\/*",
"https:\/\/*.salesforce.com\/*"
],
"css": [
"webStyle.css",
"gy-bootstrap.min.css",
"hopscotch.min.css",
"classic_theme.css"
],
"js": [
"GydeTrack.js",
"webWidget.js",
"jquery.min.js",
"flow.js",
"content.js"
]
}
]
} | |