Gong Extension (Beta)
Integrate Gong features into Gmail to boost sales engagement from your inbox.
什么是Gong Extension (Beta)?
Gong Extension (Beta)是由Gong Beta开发的Chrome扩展程序,该扩展的主要功能是“Integrate Gong features into Gmail to boost sales engagement from your inbox.”。
扩展截图
下载Gong Extension (Beta)扩展crx文件
下载Gong Extension (Beta)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Gong Extension (Beta) |
ID | nbnadmpkgmmampijfdadgadjookahkbc |
官方URL | https://chromewebstore.google.com/detail/gong-extension-beta/nbnadmpkgmmampijfdadgadjookahkbc |
简介 | Integrate Gong features into Gmail to boost sales engagement from your inbox. |
文件大小 | 578 KB |
安装次数 | 545 |
当前版本 | 1.0.9 |
更新时间 | 2024-03-06 |
上架时间 | 2024-02-06 |
评分 | 5.00/5 共6次评分 |
开发者 | Gong Beta |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.gong.io/ |
帮助页面URL | https://help.gong.io/hc/en-us/requests/new |
隐私政策页面URL | https://www.gong.io/privacy-policy |
支持的语言 | 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" } } |