Engage for Gmail

Track emails and insert templates in Gmail

Engage for Gmail란 무엇입니까?

Engage for Gmail은(는) Pardot에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track emails and insert templates in Gmail"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Engage for Gmail 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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/                    

확장 프로그램 기본 정보

이름 Engage for Gmail Engage for Gmail
ID gkohnhkfcjakajmcdcndpgjnghfjlkec
공식 URL https://chromewebstore.google.com/detail/engage-for-gmail/gkohnhkfcjakajmcdcndpgjnghfjlkec
설명 Track emails and insert templates in Gmail
파일 크기 805 KB
설치 횟수 10,521
현재 버전 4.0.12
최근 업데이트 2021-11-17
출시 날짜 2019-10-04
평점 4.00/5 총 6 개의 평점
개발자 Pardot
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://help.salesforce.com/articleView?id=pardot_sf_engage_gmail_parent.htm&type=5
개인정보 보호 정책 페이지 URL https://www.salesforce.com/company/privacy
지원되는 언어 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"
    ]
}