Salesken Lite

Real Time Sales Assistant and AI Based Conversation Insights

What is Salesken Lite?

Salesken Lite is a Chrome extension developed by https://salesken.ai, and its main feature is "Real Time Sales Assistant and AI Based Conversation Insights".

Extension Screenshots

screenshot
screenshot
screenshot

Download Salesken Lite Extension CRX File

Download Salesken Lite extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Salesken Lite Salesken Lite
ID niheghljfejjbpkjbmelpodkbbncacnj
Official URL https://chromewebstore.google.com/detail/salesken-lite/niheghljfejjbpkjbmelpodkbbncacnj
Description Real Time Sales Assistant and AI Based Conversation Insights
File Size 7.36 MB
Installation Count 101
Current Version 3.42
Last Updated 2024-02-16
Publish Date 2022-02-10
Developer https://salesken.ai
Email [email protected]
Payment Type free
Extension Website https://salesken.ai
Help Page URL https://www.salesken.ai/privacy-policy
Privacy Policy Page URL https://www.salesken.ai/privacy-policy
Supported Languages 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"
    }
}