Kixie PowerCall

Kixie PowerCall enhances your Kixie experience by enabling click-to-call, immediate CRM data access and simple activity scheduling.

Kixie PowerCall란 무엇입니까?

Kixie PowerCall은(는) https://www.kixie.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Kixie PowerCall enhances your Kixie experience by enabling click-to-call, immediate CRM data access and simple activity scheduling."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Kixie PowerCall 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Call or text numbers on any webpage in Chrome with a single click, with every interaction recorded automatically in your CRM.

The Kixie PowerCall Chrome extension enables sales and other customer-facing teams to boost performance with a suite of advanced calling and texting features. Kixie automatically recognizes phone numbers on any web page you visit in Chrome, and places a click-to-call button next to each number for one-click dialing. 

Calls, texts, dispositions and activities are logged automatically in your CRM, practically eliminating the need for the tedious manual record-keeping that slows down salespeople in their day-to-day activities. 

Features include:
 - PowerDial through lists of contacts automatically. Boost productivity tenfold by dialing up to 10 numbers simultaneously with multi-line PowerDialer
 - Advanced AI-powered local presence lets users call from a number with the same local area code as the person they’re calling
 - Voicemail drop allows you to leave custom pre-recorded messages with a single click, without having to wait for the “beep”
 - SMS templates with dynamic fields let you send personalized messages without touching your keyboard
 - Click-to-call any number on any webpage
 - Integrations with leading CRMs including HubSpot, Pipedrive, Zoho, Salesforce, and more
 - Call center features including IVRs, ring groups, call queues, and dynamic routing allow for a seamless customer experience on incoming calls                    

확장 프로그램 기본 정보

이름 Kixie PowerCall Kixie PowerCall
ID bmdpeakaalmaaflnkckhjcojpemlkjig
공식 URL https://chromewebstore.google.com/detail/kixie-powercall/bmdpeakaalmaaflnkckhjcojpemlkjig
설명 Kixie PowerCall enhances your Kixie experience by enabling click-to-call, immediate CRM data access and simple activity scheduling.
파일 크기 6.3 MB
설치 횟수 23,184
현재 버전 2.33.2
최근 업데이트 2024-02-29
출시 날짜 2020-06-06
평점 4.60/5 총 244 개의 평점
개발자 https://www.kixie.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.kixie.com
도움말 페이지 URL https://support.kixie.com/
개인정보 보호 정책 페이지 URL https://www.kixie.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "short_name": "Kixie PowerCall",
    "name": "Kixie PowerCall",
    "version": "2.33.2",
    "description": "Kixie PowerCall enhances your Kixie experience by enabling click-to-call, immediate CRM data access and simple activity scheduling.",
    "background": {
        "service_worker": "background.ch.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com https:\/\/checkout.stripe.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/127.0.0.1:32018; object-src 'self'"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "alarms",
        "commands",
        "contextMenus",
        "management",
        "notifications",
        "storage",
        "system.cpu",
        "system.memory",
        "tabs",
        "system.display",
        "scripting"
    ],
    "minimum_chrome_version": "97",
    "homepage_url": "https:\/\/app.kixie.com",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "html\/*"
            ],
            "matches": [
                "http:\/\/*:*\/*",
                "https:\/\/*:*\/*",
                "chrome-extension:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_popup-ignore": "index.html",
        "default_title": "Kixie",
        "default_icon": "images\/kixie-logo-bubble-red-square.png"
    },
    "icons": {
        "16": "images\/kixie-logo-bubble-red-square.png",
        "32": "images\/kixie-logo-bubble-red-square.png",
        "48": "images\/kixie-logo-bubble-red-square.png",
        "64": "images\/kixie-logo-bubble-red-square.png",
        "128": "images\/kixie-logo-bubble-red-square.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.travis-ci.com\/*",
                "https:\/\/*.travis-ci.com\/*"
            ],
            "css": [
                ".\/css\/kixiec2c.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*.pipedrive.com\/*",
                "https:\/\/*.pipedrive.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/developers.pipedrive.com\/*"
            ],
            "css": [
                ".\/css\/kixiec2c.css"
            ],
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/lib\/initialize-jquery-plugin.js",
                ".\/lib\/phoneFormat.js",
                ".\/lib\/kixie-lib.js",
                ".\/lib\/kixie-pipedrive.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*.activehosted.com\/*",
                "https:\/\/*.activehosted.com\/*"
            ],
            "css": [
                ".\/css\/kixiec2c.css"
            ],
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/lib\/initialize-jquery-plugin.js",
                ".\/lib\/phoneFormat.js",
                ".\/lib\/kixie-lib.js",
                ".\/lib\/kixie-activecampaign.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*.freshsales.io\/*",
                "https:\/\/*.freshsales.io\/*"
            ],
            "css": [
                ".\/css\/kixiec2c.css"
            ],
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/lib\/initialize-jquery-plugin.js",
                ".\/lib\/phoneFormat.js",
                ".\/lib\/kixie-lib.js",
                ".\/lib\/kixie-freshsales.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/app.prosperworks.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/www.prosperworks.com\/*"
            ],
            "css": [
                ".\/css\/kixiec2c.css"
            ],
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/lib\/initialize-jquery-plugin.js",
                ".\/lib\/phoneFormat.js",
                ".\/lib\/kixie-lib.js",
                ".\/lib\/kixie-prosperworks.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*.nutshell.com\/*",
                "https:\/\/*.nutshell.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/www.nutshell.com\/*"
            ],
            "css": [
                ".\/css\/kixiec2c.css"
            ],
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/lib\/initialize-jquery-plugin.js",
                ".\/lib\/phoneFormat.js",
                ".\/lib\/kixie-lib.js",
                ".\/lib\/kixie-nutshell.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/new.vanillasoft.net\/*",
                "https:\/\/new.vanillasoft.net\/*"
            ],
            "exclude_matches": [
                "*:\/\/www.vanillasoft.com\/"
            ],
            "css": [
                ".\/css\/kixiec2c.css"
            ],
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/lib\/initialize-jquery-plugin.js",
                ".\/lib\/phoneFormat.js",
                ".\/lib\/kixie-lib.js",
                ".\/lib\/kixie-vanillasoft.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*.persistiq.com\/app*",
                "https:\/\/*.persistiq.com\/app*"
            ],
            "exclude_matches": [
                "*:\/\/persistiq.com\/"
            ],
            "css": [
                ".\/css\/kixiec2c.css"
            ],
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/lib\/initialize-jquery-plugin.js",
                ".\/lib\/phoneFormat.js",
                ".\/lib\/kixie-lib.js",
                ".\/lib\/kixie-persistiq.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*.zoho.com\/*",
                "https:\/\/*.zoho.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/www.zoho.com\/*"
            ],
            "css": [
                ".\/css\/kixiec2c.css"
            ],
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/lib\/initialize-jquery-plugin.js",
                ".\/lib\/phoneFormat.js",
                ".\/lib\/kixie-lib.js",
                ".\/lib\/kixie-zoho.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*.outreach.io\/*",
                "https:\/\/*.outreach.io\/*"
            ],
            "exclude_matches": [
                "*:\/\/www.outreach.io\/*"
            ],
            "css": [
                ".\/css\/kixiec2c.css"
            ],
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/lib\/initialize-jquery-plugin.js",
                ".\/lib\/phoneFormat.js",
                ".\/lib\/kixie-lib.js",
                ".\/lib\/kixie-outreach.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*.kixie.com\/*",
                "https:\/\/*.kixie.com\/*"
            ],
            "js": [
                ".\/lib\/kixie-dashboard.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*.kixiestg.com\/*",
                "https:\/\/*.kixiestg.com\/*"
            ],
            "js": [
                ".\/lib\/kixie-dashboard.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*.kixieqa.com\/*",
                "https:\/\/*.kixieqa.com\/*"
            ],
            "js": [
                ".\/lib\/kixie-dashboard.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*.kixieqastg.com\/*",
                "https:\/\/*.kixieqastg.com\/*"
            ],
            "js": [
                ".\/lib\/kixie-dashboard.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.pipedrive.com\/*",
                "*:\/\/*.nutshell.com\/*",
                "*:\/\/*.zoho.com\/*",
                "*:\/\/*.outreach.io\/*",
                "*:\/\/*.campnative.com\/*",
                "*:\/\/app.prosperworks.com\/*",
                "*:\/\/*.pipelinedeals.com\/*",
                "*:\/\/*.pipelinecrm.com\/*",
                "*:\/\/*.capsulecrm.com\/*",
                "*:\/\/*.discoverydb.com\/*",
                "http:\/\/*.travis-ci.com\/*",
                "https:\/\/*.travis-ci.com\/*"
            ],
            "css": [
                ".\/css\/kixiec2c.css"
            ],
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/lib\/phoneFormat.js",
                ".\/lib\/kixie-lib.js",
                ".\/lib\/kixiec2c.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.infusionsoft.com\/Contact\/manageContact.jsp*"
            ],
            "exclude_matches": [
                "*:\/\/www.infusionsoft.com\/*"
            ],
            "css": [
                ".\/css\/kixiec2c.css"
            ],
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/lib\/initialize-jquery-plugin.js",
                ".\/lib\/phoneFormat.js",
                ".\/lib\/kixie-lib.js",
                ".\/lib\/kixie-infusionsoft.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.hubspot.com\/sales\/*",
                "*:\/\/*.hubspot.com\/contacts\/*"
            ],
            "exclude_matches": [
                "*:\/\/www.hubspot.com\/*"
            ],
            "css": [
                ".\/css\/kixiec2c.css"
            ],
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/lib\/initialize-jquery-plugin.js",
                ".\/lib\/phoneFormat.js",
                ".\/lib\/kixie-hubspot.js",
                ".\/lib\/kixie-lib.js",
                ".\/lib\/kixiec2c.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.lightning.force.com\/one\/*"
            ],
            "exclude_matches": [],
            "css": [
                ".\/css\/kixiec2c.css"
            ],
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/lib\/initialize-jquery-plugin.js",
                ".\/lib\/phoneFormat.js",
                ".\/lib\/kixie-lib.js",
                ".\/lib\/kixie-salesforce-lightning.js",
                ".\/lib\/kixiec2c.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.lightning.force.com\/lightning\/*"
            ],
            "exclude_matches": [],
            "css": [
                ".\/css\/kixiec2c.css"
            ],
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/lib\/initialize-jquery-plugin.js",
                ".\/lib\/phoneFormat.js",
                ".\/lib\/kixie-lib.js",
                ".\/lib\/kixie-salesforce-lightning2.js",
                ".\/lib\/kixiec2c.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.salesforce.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                ".\/css\/kixiec2c.css"
            ],
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/lib\/initialize-jquery-plugin.js",
                ".\/lib\/phoneFormat.js",
                ".\/lib\/kixie-lib.js",
                ".\/lib\/kixie-salesforce.js",
                ".\/lib\/kixiec2c.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.insightly.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                ".\/css\/kixiec2c.css"
            ],
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/lib\/initialize-jquery-plugin.js",
                ".\/lib\/phoneFormat.js",
                ".\/lib\/kixie-lib.js",
                ".\/lib\/kixie-insightly2.js",
                ".\/lib\/kixiec2c.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.insight.ly\/*"
            ],
            "exclude_matches": [],
            "css": [
                ".\/css\/kixiec2c.css"
            ],
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/lib\/initialize-jquery-plugin.js",
                ".\/lib\/phoneFormat.js",
                ".\/lib\/kixie-lib.js",
                ".\/lib\/kixie-insightly2.js",
                ".\/lib\/kixiec2c.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*.pipelinedeals.com\/*",
                "https:\/\/*.pipelinedeals.com\/*"
            ],
            "css": [
                ".\/css\/kixiec2c.css"
            ],
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/lib\/initialize-jquery-plugin.js",
                ".\/lib\/phoneFormat.js",
                ".\/lib\/kixie-lib.js",
                ".\/lib\/kixie-pipelinedeals.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*.pipelinecrm.com\/*",
                "https:\/\/*.pipelinecrm.com\/*"
            ],
            "css": [
                ".\/css\/kixiec2c.css"
            ],
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/lib\/initialize-jquery-plugin.js",
                ".\/lib\/phoneFormat.js",
                ".\/lib\/kixie-lib.js",
                ".\/lib\/kixie-pipelinedeals.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*.capsulecrm.com\/*",
                "https:\/\/*.capsulecrm.com\/*"
            ],
            "css": [
                ".\/css\/kixiec2c.css"
            ],
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/lib\/initialize-jquery-plugin.js",
                ".\/lib\/phoneFormat.js",
                ".\/lib\/kixie-lib.js",
                ".\/lib\/kixie-capsule.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*.discoverydb.com\/*",
                "https:\/\/*.discoverydb.com\/*"
            ],
            "css": [
                ".\/css\/kixiec2c.css"
            ],
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/lib\/initialize-jquery-plugin.js",
                ".\/lib\/phoneFormat.js",
                ".\/lib\/kixie-lib.js",
                ".\/lib\/kixie-discoverydb.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*.monday.com\/*",
                "https:\/\/*.monday.com\/*"
            ],
            "css": [
                ".\/css\/kixiec2c.css"
            ],
            "js": [
                ".\/lib\/jquery.min.js",
                ".\/lib\/initialize-jquery-plugin.js",
                ".\/lib\/phoneFormat.js",
                ".\/lib\/kixie-lib.js",
                ".\/lib\/kixie-monday.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "commands": {
        "answer-hotkey": {
            "suggested_key": {
                "default": "Ctrl+Left",
                "windows": "Ctrl+Left",
                "mac": "Ctrl+Left",
                "chromeos": "Ctrl+Left",
                "linux": "Ctrl+Left"
            },
            "description": "answer hotkey"
        },
        "call-hotkey": {
            "suggested_key": {
                "default": "Alt+1",
                "windows": "Alt+1",
                "mac": "Alt+1",
                "chromeos": "Alt+1",
                "linux": "Alt+1"
            },
            "description": "call hotkey"
        },
        "hangup-hotkey": {
            "suggested_key": {
                "default": "Alt+2",
                "windows": "Alt+2",
                "mac": "Alt+2",
                "chromeos": "Alt+2",
                "linux": "Alt+2"
            },
            "description": "hangup hotkey"
        },
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+K"
            }
        }
    }
}