Gong Extension (Beta)
Integrate Gong features into Gmail to boost sales engagement from your inbox.
What is Gong Extension (Beta)?
Gong Extension (Beta) is a Chrome extension developed by Gong Beta, and its main feature is "Integrate Gong features into Gmail to boost sales engagement from your inbox.".
Extension Screenshots
Download Gong Extension (Beta) Extension CRX File
Download Gong Extension (Beta) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The Gong extension lets you integrate Gong features directly into Gmail to generate impactful sales engagement from your inbox. 🟣 Tracking: Expand Gong’s open and click tracking capabilities to emails you send from your Gmail account. 🟣 Templates: Easily browse and apply your Gong Engage templates without leaving the email you’re working on. Stay tuned for plenty of upcoming features that bring the power of Gong to you, elevating your sales productivity wherever you go. To enable this extension, you need an Engage license and to sign in to Gmail with the email address you use with Gong.
Extension Basic Information
Name | Gong Extension (Beta) |
ID | nbnadmpkgmmampijfdadgadjookahkbc |
Official URL | https://chromewebstore.google.com/detail/gong-extension-beta/nbnadmpkgmmampijfdadgadjookahkbc |
Description | Integrate Gong features into Gmail to boost sales engagement from your inbox. |
File Size | 578 KB |
Installation Count | 545 |
Current Version | 1.0.9 |
Last Updated | 2024-03-06 |
Publish Date | 2024-02-06 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Gong Beta |
[email protected] | |
Payment Type | free |
Extension Website | https://www.gong.io/ |
Help Page URL | https://help.gong.io/hc/en-us/requests/new |
Privacy Policy Page URL | https://www.gong.io/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArRXMV0yVQJrr7JOINeWlwcr8HDXrhZC9BBHldPKd9NlSrQ7h5dqV29eDw3273MG3fOfJFx2cJ3MdQOGrm7WcSSHeliI3+UWJExbOLYgecQemIp2uaJlRyfdNvDJAL8sQutdHhAJvH9vek\/GKdZJ6GivZZHTExHAYPOf\/7cqukrwdGMvssuGzjnsttrcPGDyGalEzkAYrklPJ18UaQg77I9\/dUHyH3pk9QoKQ51laW\/SrsJgMAjRPsfPPF8wNqx4tzpwIzf2pwX0IzCrxP+WofducGRgXKL3HoG9D9efm822smG8YIB28TsVW+AVS8r8BjLfAEODNLj\/IzPT8eoCzQQIDAQAB", "name": "Gong Extension (Beta)", "description": "Integrate Gong features into Gmail to boost sales engagement from your inbox.", "version": "1.0.9.0", "version_name": "1.0.9", "permissions": [ "cookies", "scripting", "storage" ], "host_permissions": [ "https:\/\/mail.google.com\/*", "https:\/\/*.app.gong.io\/*" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/BCq-Uqn2.js", "assets\/M3wBO_UP.js" ], "matches": [ "https:\/\/mail.google.com\/*" ], "run_at": "document_end", "css": [ "assets\/Dsxz0Rod.css", "assets\/OiphI6bs.css", "assets\/BMayK5ik.css" ] }, { "js": [ "assets\/DP9TiMiM.js" ], "matches": [ "https:\/\/contacts.google.com\/widget\/hovercard\/*" ], "run_at": "document_end", "all_frames": true, "css": [ "assets\/OiphI6bs.css", "assets\/DnGeBf-m.css" ] }, { "js": [ "assets\/D-lqI3uz.js", "assets\/M3wBO_UP.js" ], "matches": [ "https:\/\/*.app.gong.io\/*" ], "all_frames": true, "run_at": "document_end" } ], "web_accessible_resources": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "resources": [ "src\/assets\/*", "src\/iframes\/*.html" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/mail.google.com\/*" ], "resources": [ "assets\/CCmoVPHw.js", "assets\/BSZnVkKF.js", "assets\/BXo0J_A9.js", "assets\/D6DPdbRt.js", "assets\/CHkhuHtc.js", "assets\/DfZ7q31e.js", "assets\/TkoPXB-P.js", "assets\/BwdLWsSf.js", "assets\/Ccc51o17.js", "assets\/H6NS-fj0.js", "assets\/B1Xu6RyA.js" ], "use_dynamic_url": true }, { "matches": [ "https:\/\/contacts.google.com\/*" ], "resources": [ "assets\/BSZnVkKF.js", "assets\/CHkhuHtc.js", "assets\/D6DPdbRt.js", "assets\/DlC7M8wM.js" ], "use_dynamic_url": true }, { "matches": [ "https:\/\/*.app.gong.io\/*" ], "resources": [ "assets\/BSZnVkKF.js", "assets\/D6DPdbRt.js", "assets\/C0dbVOJ2.js" ], "use_dynamic_url": true }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "assets\/BXo0J_A9.js", "assets\/D6DPdbRt.js", "assets\/BSZnVkKF.js", "assets\/BTgR2ghJ.js", "assets\/Dsxz0Rod.css" ], "use_dynamic_url": false } ], "icons": { "16": "src\/assets\/GongIconDark_16.png", "32": "src\/assets\/GongIconDark_32.png", "48": "src\/assets\/GongIconDark_48.png", "128": "src\/assets\/GongIconDark_128.png" } } |