Salesken

Real Time Sales Assistant and AI Based Conversation Insights

Saleskenとは何ですか?

Saleskenはhttps://salesken.aiによって開発されたChromeの拡張機能で、その主な機能は「Real Time Sales Assistant and AI Based Conversation Insights」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Real Time Sales Assistant
Instantly surface contextually relevant cues/talking points for objections or pain points raised by customers. Navigate your sales conversations with ease.

Chase The Right Leads Always
Get deep insights into quality leads with advanced AI based analytics. Never be caught off guard on a deal's status when evaluating your pipeline.

Automated Performance Insights and Feedback
Give targeted feedback directly to reps with just a few clicks. See where your team is doing well and where they could improve.

Anywhere, Anytime
Do your sales calls on-the-go with our mobile apps or on your favourite browsers using our browser extension                    

拡張機能の基本情報

名前 Salesken Salesken
ID jamiifehioigmcngclijnoljhdihkfmj
公式URL https://chromewebstore.google.com/detail/salesken/jamiifehioigmcngclijnoljhdihkfmj
説明 Real Time Sales Assistant and AI Based Conversation Insights
ファイルサイズ 947 KB
インストール数 171
現在のバージョン 2.24
最終更新日 2023-02-09
公開日 2020-04-18
評価 5.00/5 合計 4 レビュー
開発者 https://salesken.ai
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.salesken.ai
ヘルプページのURL https://salesken.ai/privacy.html
プライバシーポリシーページのURL https://www.salesken.ai/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salesken",
    "version": "2.24",
    "description": "Real Time Sales Assistant and AI Based Conversation Insights",
    "homepage_url": "https:\/\/salesken.ai\/",
    "manifest_version": 2,
    "icons": {
        "16": "images\/skenicon-16x16.png",
        "32": "images\/skenicon-32x32.png",
        "48": "images\/skenicon-48x48.png"
    },
    "background": {
        "scripts": [
            "reconnecting_websocket.js",
            "autologin.js",
            "background.js"
        ]
    },
    "commands": {
        "start-streaming": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Start streaming"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "widget\/widget.css",
                "css\/dialer.css",
                "css\/disposition.css",
                "styles.css"
            ],
            "run_at": "document_end",
            "js": [
                "onload\/jquery-3.5.1.min.js",
                "onload\/disposition\/disposition.js",
                "onload\/disposition\/callanswered.js",
                "onload\/disposition\/calldropped.js",
                "onload\/disposition\/calling.js",
                "onload\/disposition\/dialer.js",
                "onload\/disposition\/noresponse.js",
                "onload\/disposition\/voicemail.js",
                "onload\/disposition\/wrongnumber.js",
                "onload\/disposition\/wrongperson.js",
                "onload\/disposition\/followup.js",
                "onload\/disposition\/lead_lost_remove.js",
                "onload\/disposition\/lead_won.js",
                "onload\/disposition\/dnd.js",
                "onload\/disposition\/scheduleactivity.js",
                "onload\/disposition\/lead_lost.js",
                "onload\/disposition\/feedback.js",
                "onload\/disposition\/incoming_call.js",
                "onload\/disposition\/meeting.js",
                "onload\/disposition\/upcoming.js",
                "onload\/disposition\/approve.js",
                "onload\/disposition\/microreport.js",
                "onload\/drag.js",
                "onload\/eventlistener.js",
                "onload\/utils.js",
                "onload\/startup.js",
                "onload\/navigate.js",
                "onload\/clicktocall.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.pipedrive.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "crmIntegrations\/pipedrive.js"
            ]
        },
        {
            "matches": [
                "*:\/\/10.200.138.12\/sbiobcrm_presales\/*",
                "*:\/\/sbilife-uat.sokrati.com\/crm\/*"
            ],
            "js": [
                "crmIntegrations\/sbi.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/hudweb.fonality.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "crmIntegrations\/fonality.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/app2c.outreach.io\/*",
                "https:\/\/web.outreach.io\/*"
            ],
            "run_at": "document_end",
            "js": [
                "crmIntegrations\/outreach.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "contextMenus",
        "tabCapture",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.saleshive.com\/"
    ],
    "browser_action": {
        "default_title": "Salesken",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        "html\/dialer.html",
        "html\/call_dropped.html",
        "html\/dialing.html",
        "html\/disposition.html",
        "html\/edit_lead_details.html",
        "html\/follow_up.html",
        "html\/no_response.html",
        "html\/schedule_activity.html",
        "html\/voice_mail.html",
        "html\/wrong_number.html",
        "html\/wrong_person.html",
        "html\/call_answered.html",
        "html\/lead_lost_remove.html",
        "html\/lead_won.html",
        "html\/lead_lost.html",
        "html\/dnd.html",
        "html\/dndalert.html",
        "html\/followupalert.html",
        "html\/lostleadalert.html",
        "html\/schedulealert.html",
        "html\/incoming_call.html",
        "html\/wonleadalert.html",
        "html\/schedule_activity.html",
        "html\/meeting.html",
        "html\/approved.html",
        "html\/upcoming.html",
        "html\/micro_report.html",
        "widget\/widget.html",
        "images\/app_icon_512.png",
        "images\/nav_icon.png",
        "images\/popup_background.svg",
        "images\/minimize.svg",
        "images\/close.svg",
        "images\/welcome.svg",
        "images\/file.svg",
        "images\/download.svg",
        "images\/power.svg",
        "images\/keypad.svg",
        "images\/call.svg",
        "images\/no-response.svg",
        "images\/voice-mail.svg",
        "images\/wrong-number.svg",
        "images\/wrong-person.svg",
        "images\/call-answered.svg",
        "images\/call-dropped.svg",
        "images\/follow-up.svg",
        "images\/next-gray.svg",
        "images\/lead-lost.svg",
        "images\/lead-won.svg",
        "images\/schedule-call.svg",
        "images\/dnd.svg",
        "images\/dndalertimg.svg",
        "images\/edit.svg",
        "images\/done-modal.svg",
        "images\/welcome-img.svg",
        "images\/backslash_cancel.svg",
        "images\/mike.svg",
        "images\/pause.svg",
        "images\/cross.svg",
        "images\/users.svg",
        "images\/error.svg",
        "images\/warning.svg",
        "images\/Success.svg",
        "images\/wonmodalimg.svg",
        "images\/lostalertimg.svg",
        "images\/incoming_deafult.svg",
        "images\/incoming_call_reject.png",
        "images\/incoming_call_accept.png",
        "images\/checkgreen.svg",
        "images\/closered.svg",
        "images\/desktop.svg",
        "images\/clockgreen.svg",
        "images\/mm.svg",
        "images\/sken-clicktocall-image.png",
        "fonts\/*.ttf",
        "fonts\/*.woff2",
        "images\/sken-call-icon-mini.png",
        "images\/failed.png",
        "images\/success.png",
        "images\/thinclient-on.svg",
        "images\/thinclient-off.svg",
        "config\/config.json"
    ],
    "options_page": "options\/options.html"
}