Salesken Lite

Real Time Sales Assistant and AI Based Conversation Insights

Co je Salesken Lite?

Salesken Lite je rozšíření Chrome vyvinuté https://salesken.ai, a jeho hlavní funkcí je „Real Time Sales Assistant and AI Based Conversation Insights“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Salesken Lite

Stáhněte si soubory rozšíření Salesken Lite ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Salesken Lite Salesken Lite
ID niheghljfejjbpkjbmelpodkbbncacnj
Oficiální URL https://chromewebstore.google.com/detail/salesken-lite/niheghljfejjbpkjbmelpodkbbncacnj
Popis Real Time Sales Assistant and AI Based Conversation Insights
Velikost souboru 7.36 MB
Počet instalací 101
Aktuální Verze 3.42
Poslední Aktualizace 2024-02-16
Datum Vydání 2022-02-10
Vývojář https://salesken.ai
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://salesken.ai
URL Stránky Nápovědy https://www.salesken.ai/privacy-policy
URL Stránky Zásad Ochrany Soukromí https://www.salesken.ai/privacy-policy
Podporované Jazyky 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"
    }
}