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!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Gyde for SalesForce 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]!                    

확장 프로그램 기본 정보

이름 Gyde for SalesForce Gyde for SalesForce
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
이메일 [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"
            ]
        }
    ]
}