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
官方網址 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"
}