Gainsight Assist

Access Gainsight email templates and easily sync emails to Timeline directly from Gmail to save time & effort in your day.

Τι είναι το Gainsight Assist;

Το Gainsight Assist είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Gainsight, και η κύρια λειτουργία του είναι "Access Gainsight email templates and easily sync emails to Timeline directly from Gmail to save time & effort in your day.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Gainsight Assist

Λήψη αρχείων επέκτασης Gainsight Assist σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Make managing your day-to-day customer communications easier than ever before with the Gainsight Assist plugin. Gainsight users can access your Gainsight email templates directly within Gmail, saving you time when composing customer emails and helping to drive consistency in your communications. And, the ability to log emails to Timeline from within your inbox saves time and ensures that every important conversation is captured. 

By installing this extension, you agree to the Gainsight Privacy Policy at https://www.gainsight.com/policy/privacy/

For more information, please visit https://www.gainsight.com.                    

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

Όνομα Gainsight Assist Gainsight Assist
ID kbiepllbcbandmpckhoejbgcaddcpbno
Επίσημο URL https://chromewebstore.google.com/detail/gainsight-assist/kbiepllbcbandmpckhoejbgcaddcpbno
Περιγραφή Access Gainsight email templates and easily sync emails to Timeline directly from Gmail to save time & effort in your day.
Μέγεθος Αρχείου 1.13 MB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 3.5.0
Τελευταία Ενημέρωση 2024-02-09
Ημερομηνία Δημοσίευσης 2020-07-01
Αξιολόγηση 2.39/5 Συνολικά 36 Αξιολογήσεις
Προγραμματιστής Gainsight
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.gainsight.com
Διεύθυνση URL της Σελίδας Βοήθειας https://support.gainsight.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.gainsight.com/policy/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gainsight Assist",
    "short_name": "Gainsight",
    "description": "Access Gainsight email templates and easily sync emails to Timeline directly from Gmail to save time & effort in your day. ",
    "version": "3.5.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.gainsight.com\/*",
                "https:\/\/*.gainsightapp.net\/*",
                "https:\/\/*.gainsightcloud.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                ".\/gainsight\/main.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                ".\/mail\/emailTemplates.chunk.js",
                ".\/mail\/main.js",
                ".\/mail\/moment.min.js",
                ".\/mail\/timeline.chunk.js"
            ],
            "css": [
                ".\/mail\/bundle.et-styles.css",
                ".\/mail\/bundle.login.css",
                ".\/mail\/bundle.main.css",
                ".\/mail\/bundle.timeline.css",
                ".\/mail\/bundle.update-dialog.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/mail-attachment.googleusercontent.com\/"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; frame-src https:\/\/*.gainsightapp.net\/ https:\/\/*.gainsightcloud.com\/ https:\/\/*.gainsight.com\/ https:\/\/*.develgs.com:*\/ ; connect-src https:\/\/staticjs-preprod.gainsightapp.net\/chrome-cdn\/preprod\/release.json https:\/\/staticjs.gainsightapp.net\/chrome-cdn\/release\/release.json https:\/\/*.google.com https:\/\/*.googleusercontent.com\/ https:\/\/*.gainsightapp.net\/* https:\/\/*.gainsightcloud.com\/* https:\/\/endpoint1.collection.us2.sumologic.com\/receiver\/v1\/http\/ZaVnC4dhaV33Q9nZCT6Lqxs-vSyZZoIQLShEHO5QJ5Q7R97H-amFhUhtcO8yGDNVTpWG92Z_Ej5kFe_NIyxceNcdw5BxUMieF-GCIcFxmWwqOdKCJ5ScGw== https:\/\/*.gainsight.com\/* https:\/\/*.develgs.com:*\/ https:\/\/gateway.gainsightcloud.com https:\/\/gateway.us2.gainsightcloud.com https:\/\/gateway.eu.gainsightcloud.com https:\/\/*.gainsightcloud.com https:\/\/*.gainsight.com; style-src * 'unsafe-inline'; img-src 'self' data:; font-src 'self' https:\/\/fonts.gstatic.com\/;",
        "sandbox": "sandbox allow-scripts; script-src-elem  'unsafe-eval' 'unsafe-inline'; object-src 'self'"
    },
    "action": {
        "default_icon": {
            "16": "icon-16.png",
            "19": "icon-19.png",
            "38": "icon-38.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    },
    "background": {
        "service_worker": ".\/background\/networkService.js"
    },
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "38": "icon-38.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "sandbox": {
        "pages": [
            "sBox.html"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "mail\/images\/*.png",
                "mail\/images\/*.gif",
                "icon.png",
                "icon-16.png",
                "icon-19.png",
                "icon-38.png",
                "icon-48.png",
                "icon-128.png",
                "pageWorld.js",
                "sBox.html"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}