Wingman

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

Wingmanとは何ですか?

Wingmanはhttps://strings.aiによって開発されたChromeの拡張機能で、その主な機能は「This extension captures the audio on from your dialer tabs and stream it back to enable Wingman.」です。

拡張機能のスクリーンショット

screenshot

Wingman拡張機能のCRXファイルをダウンロード

Wingman拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Wingman Wingman
ID bepjjhbjcogelfnbkoichikhmkhcpdjc
公式URL https://chromewebstore.google.com/detail/wingman/bepjjhbjcogelfnbkoichikhmkhcpdjc
説明 This extension captures the audio on from your dialer tabs and stream it back to enable Wingman.
ファイルサイズ 128 KB
インストール数 202
現在のバージョン 1.1.35
最終更新日 2021-06-24
公開日 2020-03-06
評価 5.00/5 合計 5 レビュー
開発者 https://strings.ai
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.trywingman.com/
ヘルプページのURL https://www.trywingman.com/privacy-policy
プライバシーポリシーページのURL https://trywingman.com/privacy-policy
対応言語 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"
            }
        }
    }
}