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 |
| 公式URL | 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 |
| Eメール | [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"
]
}
]
} | |