Cytracom Chrome Extension

Quickly call, send a business text message, or use Cytracom Discover.

Cytracom Chrome Extension là gì?

Cytracom Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi cytracom-webapp-team, và tính năng chính của nó là "Quickly call, send a business text message, or use Cytracom Discover.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Cytracom Chrome Extension 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

                        Quickly call, send business text messages, and access contextual customer data using Cytracom Discover from any application or website with the Cytracom Chrome Extension.
 
We are excited to offer the new and improved Cytracom Chrome Extension. Now, you have the ability to click on a phone number within any web-based application (i.e., HubSpot, Salesforce, Autotask, ConnectWise, IT Glue, and others) or other websites to make a phone call, send a business text message, or leverage Cytracom Discover to add context to a conversation.
 
Requirements:
You must have an assigned Cytracom extension. To allow Cytracom Discover to access contextual data, you must be running the Cytracom Desktop application.                    

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

Tên Cytracom Chrome Extension Cytracom Chrome Extension
ID campenkhpibdpdmhmjioophhibmkfagl
URL Chính Thức https://chromewebstore.google.com/detail/cytracom-chrome-extension/campenkhpibdpdmhmjioophhibmkfagl
Mô tả Quickly call, send a business text message, or use Cytracom Discover.
Kích Thước Tệp 3.95 MB
Số Lần Cài Đặt 2,065
Phiên Bản Hiện Tại 23.14.1
Cập Nhật Lần Cuối 2023-04-04
Ngày Phát Hành 2018-04-24
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển cytracom-webapp-team
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.cytracom.com/
URL Trang Trợ Giúp https://help.cytracom.com/hc/en-us
URL Trang Chính Sách Bảo Mật https://www.cytracom.com/legal/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Cytracom",
    "name": "Cytracom Chrome Extension",
    "description": "Quickly call, send a business text message, or use Cytracom Discover.",
    "version": "23.14.1",
    "manifest_version": 2,
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Cytracom",
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/16x16.png",
            "32": "icons\/32x32.png",
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.connectwise.com\/*\/*DocumentList*",
                "*:\/\/*.connectwisedev.com\/*\/*DocumentList*"
            ],
            "js": [
                "\/content\/js\/bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "ws:\/\/*\/",
        ""
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+C"
            }
        }
    }
}