Salesken

Real Time Sales Assistant and AI Based Conversation Insights

Salesken क्या है?

Salesken https://salesken.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Real Time Sales Assistant and AI Based Conversation Insights"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Salesken एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 Salesken
ID jamiifehioigmcngclijnoljhdihkfmj
आधिकारिक URL https://chromewebstore.google.com/detail/salesken/jamiifehioigmcngclijnoljhdihkfmj
विवरण Real Time Sales Assistant and AI Based Conversation Insights
फ़ाइल का आकार 947 KB
स्थापना संख्या 171
वर्तमान संस्करण 2.24
अंतिम अपडेट 2023-02-09
प्रकाशन तिथि 2020-04-18
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://salesken.ai
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.salesken.ai
सहायता पृष्ठ URL https://salesken.ai/privacy.html
गोपनीयता नीति पृष्ठ URL https://www.salesken.ai/privacy-policy
समर्थित भाषाएँ 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"
}