Kixie PowerCall

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

Kixie PowerCall là gì?

Kixie PowerCall là một tiện ích mở rộng Chrome được phát triển bởi https://www.kixie.com, và tính năng chính của nó là "Kixie PowerCall enhances your Kixie experience by enabling click-to-call, immediate CRM data access and simple activity scheduling.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Kixie PowerCall

Tải xuống các tệp mở rộng Kixie PowerCall dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Kixie PowerCall Kixie PowerCall
ID bmdpeakaalmaaflnkckhjcojpemlkjig
URL Chính Thức https://chromewebstore.google.com/detail/kixie-powercall/bmdpeakaalmaaflnkckhjcojpemlkjig
Mô tả Kixie PowerCall enhances your Kixie experience by enabling click-to-call, immediate CRM data access and simple activity scheduling.
Kích Thước Tệp 6.3 MB
Số Lần Cài Đặt 23,184
Phiên Bản Hiện Tại 2.33.2
Cập Nhật Lần Cuối 2024-02-29
Ngày Phát Hành 2020-06-06
Đánh Giá 4.60/5 Tổng số 244 Đánh Giá
Nhà Phát Triển https://www.kixie.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.kixie.com
URL Trang Trợ Giúp https://support.kixie.com/
URL Trang Chính Sách Bảo Mật https://www.kixie.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
            }
        }
    }
}