Engage for Gmail
Track emails and insert templates in Gmail
Engage for Gmail क्या है?
Engage for Gmail Pardot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track emails and insert templates in Gmail"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Engage for Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |