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
电子邮箱 [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"
}