Gyde for SalesForce

Learn how to use Salesforce with Gyde!

Τι είναι το Gyde for SalesForce;

Το Gyde for SalesForce είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://gyde.ai, και η κύρια λειτουργία του είναι "Learn how to use Salesforce with Gyde!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Gyde for SalesForce

Λήψη αρχείων επέκτασης 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]!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα 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"
            ]
        }
    ]
}