Salesken Lite

Real Time Sales Assistant and AI Based Conversation Insights

Salesken Liteとは何ですか?

Salesken Liteはhttps://salesken.aiによって開発されたChromeの拡張機能で、その主な機能は「Real Time Sales Assistant and AI Based Conversation Insights」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Salesken Lite拡張機能のCRXファイルをダウンロード

Salesken Lite拡張子のファイルを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 Lite Salesken Lite
ID niheghljfejjbpkjbmelpodkbbncacnj
公式URL https://chromewebstore.google.com/detail/salesken-lite/niheghljfejjbpkjbmelpodkbbncacnj
説明 Real Time Sales Assistant and AI Based Conversation Insights
ファイルサイズ 7.36 MB
インストール数 101
現在のバージョン 3.42
最終更新日 2024-02-16
公開日 2022-02-10
開発者 https://salesken.ai
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://salesken.ai
ヘルプページのURL https://www.salesken.ai/privacy-policy
プライバシーポリシーページのURL https://www.salesken.ai/privacy-policy
対応言語 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"
    }
}