Salesken Lite

Real Time Sales Assistant and AI Based Conversation Insights

Wat is Salesken Lite?

Salesken Lite is een Chrome-extensie ontwikkeld door https://salesken.ai, en de belangrijkste functie is "Real Time Sales Assistant and AI Based Conversation Insights".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Salesken Lite

Download Salesken Lite-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Salesken Lite Salesken Lite
ID niheghljfejjbpkjbmelpodkbbncacnj
Officiële URL https://chromewebstore.google.com/detail/salesken-lite/niheghljfejjbpkjbmelpodkbbncacnj
Beschrijving Real Time Sales Assistant and AI Based Conversation Insights
Bestandsgrootte 7.36 MB
Aantal Installaties 101
Huidige Versie 3.42
Laatst Bijgewerkt 2024-02-16
Publicatiedatum 2022-02-10
Ontwikkelaar https://salesken.ai
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://salesken.ai
Help Pagina-URL https://www.salesken.ai/privacy-policy
URL van de Privacybeleid Pagina https://www.salesken.ai/privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salesken Lite",
    "description": "Real Time Sales Assistant and AI Based Conversation Insights",
    "homepage_url": "https:\/\/salesken.ai\/",
    "version": "3.42",
    "manifest_version": 3,
    "icons": {
        "16": "images\/skenicon-16x16.png",
        "32": "images\/skenicon-32x32.png",
        "48": "images\/skenicon-48x48.png"
    },
    "action": {
        "default_title": "Salesken",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "alarms",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/page.css"
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/content.css",
                "css\/bootstrap.min.css",
                "images\/salesken-logo-white.svg",
                "images\/skenicon-512x512.png",
                "images\/icons\/chevron-down-solid.svg",
                "images\/skenicon-dark.png",
                "images\/icons\/keypad.png",
                "images\/icons\/call-end.svg",
                "images\/icons\/microphone.svg",
                "images\/icons\/microphone-disabled.svg",
                "images\/icons\/like.svg",
                "images\/icons\/like-faded.svg",
                "images\/icons\/dislike.svg",
                "images\/icons\/dislike-faded.svg",
                "images\/welcome.svg",
                "images\/dimensions\/Closing.svg",
                "images\/dimensions\/Key_Value_Proposition.svg",
                "images\/dimensions\/Lead_Qualification.svg",
                "images\/dimensions\/Need_Discovery.svg",
                "images\/dimensions\/Objection.svg",
                "images\/dimensions\/Opening.svg",
                "images\/dimensions\/Price_Discussion.svg",
                "images\/dimensions\/Product_Knowledge.svg",
                "images\/down-arrow.svg",
                "images\/up-arrow.svg",
                "images\/icons\/search.svg",
                "images\/dot.svg",
                "images\/check.svg",
                "images\/icons\/close.svg",
                "sound\/disconnect.mp3"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}