Gong Extension (Beta)
Integrate Gong features into Gmail to boost sales engagement from your inbox.
Hvad er Gong Extension (Beta)?
Gong Extension (Beta) er en Chrome-udvidelse udviklet af Gong Beta, og dens hovedfunktion er "Integrate Gong features into Gmail to boost sales engagement from your inbox.".
Udvidelsesskærmbilleder
Download Gong Extension (Beta)-udvidelses-CRX-fil
Download Gong Extension (Beta)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Gong Extension (Beta) |
ID | nbnadmpkgmmampijfdadgadjookahkbc |
Officiel URL | https://chromewebstore.google.com/detail/gong-extension-beta/nbnadmpkgmmampijfdadgadjookahkbc |
Beskrivelse | Integrate Gong features into Gmail to boost sales engagement from your inbox. |
Filstørrelse | 578 KB |
Antal Installationer | 545 |
Nuværende Version | 1.0.9 |
Senest Opdateret | 2024-03-06 |
Udgivelsesdato | 2024-02-06 |
Bedømmelse | 5.00/5 Samlet 6 Bedømmelser |
Udvikler | Gong Beta |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.gong.io/ |
Hjælpeside-URL | https://help.gong.io/hc/en-us/requests/new |
URL til Fortrolighedspolitik Side | https://www.gong.io/privacy-policy |
Understøttede Sprog | 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" } } |