Wingman

This extension captures the audio on from your dialer tabs and stream it back to enable Wingman.

Wat is Wingman?

Wingman is een Chrome-extensie ontwikkeld door https://strings.ai, en de belangrijkste functie is "This extension captures the audio on from your dialer tabs and stream it back to enable Wingman.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Wingman

Download Wingman-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Wingman for SDRs helps with real-time information on sales calls.                    

Basisinformatie over de Extensie

Naam Wingman Wingman
ID bepjjhbjcogelfnbkoichikhmkhcpdjc
Officiële URL https://chromewebstore.google.com/detail/wingman/bepjjhbjcogelfnbkoichikhmkhcpdjc
Beschrijving This extension captures the audio on from your dialer tabs and stream it back to enable Wingman.
Bestandsgrootte 128 KB
Aantal Installaties 202
Huidige Versie 1.1.35
Laatst Bijgewerkt 2021-06-24
Publicatiedatum 2020-03-06
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://strings.ai
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.trywingman.com/
Help Pagina-URL https://www.trywingman.com/privacy-policy
URL van de Privacybeleid Pagina https://trywingman.com/privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wingman",
    "description": "This extension captures the audio on from your dialer tabs and stream it back to enable Wingman.",
    "version": "1.1.35",
    "icons": {
        "128": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Wingman"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "tabs",
        "tabCapture",
        "activeTab",
        "cookies",
        "http:\/\/localhost\/",
        "https:\/\/app.hubspot.com\/",
        "https:\/\/app.strings.ai\/",
        "https:\/\/api.trywingman.com\/",
        "https:\/\/app.trywingman.com\/",
        "https:\/\/dialpad.com\/",
        "https:\/\/dev.trywingman.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost\/*"
            ],
            "js": [
                "content_scripts\/localhost.js",
                "content_scripts\/popup.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.hubspot.com\/*",
                "https:\/\/*.freshsales.io\/*",
                "https:\/\/*.freshcaller.com\/*",
                "https:\/\/dialpad.com\/app*",
                "https:\/\/*.followupboss.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content_scripts\/dialer_integration.js",
                "content_scripts\/popup.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/*",
        "img\/*"
    ],
    "commands": {
        "enable": {
            "suggested_key": {
                "default": "Ctrl+Shift+6",
                "mac": "Command+Shift+6"
            },
            "global": true,
            "description": "Enable wingman"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+7",
                "mac": "Command+Shift+7"
            }
        }
    }
}