x-bees

Streamline communication within your company, boost sales & win more customers – “bee” efficient with x-bees!

x-bees란 무엇입니까?

x-bees은(는) https://wildix.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Streamline communication within your company, boost sales & win more customers – “bee” efficient with x-bees!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

x-bees 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        x-bees benefits:

x-bees is an advanced, easy-to-use sales communications platform designed to accelerate your B2B pipeline by giving you the tools you need to nurture leads and win their business.

Use the x-bees Chrome extension as a shortcut to:

    • Quickly initiate calls and start x-bees conversations from a web page;
    • Create and join x-bees meetings directly from Google and Microsoft 365/Outlook calendars;
    • Easily find an open x-bees tab by clicking on the extension icon on Chrome toolbar.

Note that you need to have an account on a Wildix PBX and have access to x-bees platform to use the extension. Here’s just a short list of what you can do with x-bees on desktop and mobile:

    • Chat or conduct voice and video calls with your teams, prospects and customers
    • Set up meetings through Google and Microsoft 365 calendars
    • Automatically log calls and meetings to Salesforce, HubSpot and other CRMs
    • Let your customers easily contact and schedule meetings with agents 
    • Get insight into your sales team’s performance with live views and advanced analytics tools 

Get the x-bees extension for Chrome and experience a professional business communication platform built to boost your sales and performance!                    

확장 프로그램 기본 정보

이름 x-bees x-bees
ID olejekejjhgimnlliplaiodgmbpcflhi
공식 URL https://chromewebstore.google.com/detail/x-bees/olejekejjhgimnlliplaiodgmbpcflhi
설명 Streamline communication within your company, boost sales & win more customers – “bee” efficient with x-bees!
파일 크기 271 KB
설치 횟수 517
현재 버전 1.0.8
최근 업데이트 2023-12-19
출시 날짜 2022-03-08
평점 5.00/5 총 6 개의 평점
개발자 https://wildix.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://www.wildix.com/contacts
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.0.8",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon\/16.png",
        "48": "images\/icon\/48.png",
        "128": "images\/icon\/128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "19": "images\/icon\/19.png",
            "48": "images\/icon\/48.png"
        },
        "default_title": "__MSG_extName__"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "webNavigation"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.x-bees.com\/*",
            "https:\/\/*.app.x-bees.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.x-bees.com\/*",
                "https:\/\/*.app.x-bees.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/*",
                "https:\/\/outlook.live.com\/calendar\/*",
                "https:\/\/outlook.office.com\/calendar\/*",
                "https:\/\/outlook.office365.com\/calendar\/*"
            ],
            "css": [
                "\/css\/all.css"
            ],
            "js": [
                "js\/lib\/connectionStatus.js",
                "js\/lib\/jquery.js",
                "js\/lib\/uuid.js",
                "js\/calendarEventContent.js"
            ],
            "all_frames": false,
            "run_at": "document_end",
            "match_about_blank": false
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*",
                "https:\/\/outlook.office.com\/*",
                "https:\/\/outlook.live.com\/*",
                "https:\/\/outlook.office365.com\/*"
            ],
            "resources": [
                "images\/icon\/48.png"
            ]
        }
    ],
    "manifest_version": 3
}