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 |
官方網址 | 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" } } |