Salesken

Real Time Sales Assistant and AI Based Conversation Insights

Cos'è Salesken?

Salesken è un'estensione di Chrome sviluppata da https://salesken.ai, e la sua funzione principale è "Real Time Sales Assistant and AI Based Conversation Insights".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Salesken

Scarica i file di estensione Salesken in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Salesken Salesken
ID jamiifehioigmcngclijnoljhdihkfmj
URL Ufficiale https://chromewebstore.google.com/detail/salesken/jamiifehioigmcngclijnoljhdihkfmj
Descrizione Real Time Sales Assistant and AI Based Conversation Insights
Dimensione del File 947 KB
Conteggio Installazioni 171
Versione Corrente 2.24
Ultimo Aggiornamento 2023-02-09
Data di Pubblicazione 2020-04-18
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://salesken.ai
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.salesken.ai
URL della Pagina di Aiuto https://salesken.ai/privacy.html
URL della Pagina della Politica sulla Privacy https://www.salesken.ai/privacy-policy
Lingue Supportate 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"
}