Engage for Gmail

Track emails and insert templates in Gmail

Co je Engage for Gmail?

Engage for Gmail je rozšíření Chrome vyvinuté Pardot, a jeho hlavní funkcí je „Track emails and insert templates in Gmail“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Engage for Gmail

Stáhněte si soubory rozšíření Engage for Gmail ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This plug-in allows users with a Salesforce Engage license to connect Pardot directly to their Gmail so they can easily track emails sent through Gmail in Pardot and pull Pardot email templates into their existing Gmail account. The plug-in supports both the Classic Gmail UI and the new Gmail UI.

• Check out our help article: https://help.salesforce.com/articleView?id=pardot_sf_engage_gmail_parent.htm&type=5
• Learn more about Salesforce Engage: https://www.pardot.com/solutions/salesforce-engage/

If you experience any issues and have confirmed you have an active Salesforce Engage license, please create a support case by following the instructions here: https://help.salesforce.com/articleView?id=workcom_contact_support.htm&type=5

PRIVACY POLICY:
https://www.salesforce.com/company/privacy/                    

Základní Informace o Rozšíření

Název Engage for Gmail Engage for Gmail
ID gkohnhkfcjakajmcdcndpgjnghfjlkec
Oficiální URL https://chromewebstore.google.com/detail/engage-for-gmail/gkohnhkfcjakajmcdcndpgjnghfjlkec
Popis Track emails and insert templates in Gmail
Velikost souboru 805 KB
Počet instalací 10,521
Aktuální Verze 4.0.12
Poslední Aktualizace 2021-11-17
Datum Vydání 2019-10-04
Hodnocení 4.00/5 Celkem 6 Hodnocení
Vývojář Pardot
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://help.salesforce.com/articleView?id=pardot_sf_engage_gmail_parent.htm&type=5
URL Stránky Zásad Ochrany Soukromí https://www.salesforce.com/company/privacy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Engage for Gmail",
    "short_name": "Engage Gmail",
    "version": "4.0.12",
    "description": "Track emails and insert templates in Gmail",
    "icons": {
        "16": "img\/pardot-16.png",
        "48": "img\/pardot-48.png",
        "128": "img\/pardot-128.png"
    },
    "web_accessible_resources": [
        "img\/**\/*",
        "img\/*",
        "templates\/*",
        "admin.html",
        "fonts\/*",
        "icons\/*",
        "icons\/**\/*"
    ],
    "background": {
        "scripts": [
            "js\/analytics.js",
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "js\/forge.min.js",
                "js\/index.js"
            ],
            "css": [
                "css\/index.css"
            ]
        },
        {
            "matches": [
                "https:\/\/login.salesforce.com\/services\/oauth2\/success*"
            ],
            "js": [
                "js\/sfdc-oauth-scraper.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.salesforce.com\/00Q*",
                "https:\/\/*.salesforce.com\/003*"
            ],
            "js": [
                "js\/new-sfdc-record-scraper.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.lightning.force.com\/one\/one.app*",
                "https:\/\/*.lightning.force.com\/lightning*"
            ],
            "js": [
                "js\/new-ltng-record-scraper.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        "storage",
        "notifications"
    ]
}