smrtPhone.io Chrome Dialer

smrtPhone.io Chrome Dialer

smrtPhone.io Chrome Dialer là gì?

smrtPhone.io Chrome Dialer là một tiện ích mở rộng Chrome được phát triển bởi https://smrtphone.io, và tính năng chính của nó là "smrtPhone.io Chrome Dialer".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng smrtPhone.io Chrome Dialer

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

                        smrtPhone is an all-in-one cloud phone system for sales driven businesses. Our Chrome Extension powers the most efficiency-boosting features within smrtPhone.
- One-click calling from your CRM
- Call out from any tab
- Send texts from any tab
- Answer calls from any tab
- Enter call notes that automatically sync with your CRM
- See and return recent calls - dialers sync across smrtPhone platforms
- Automatically syncs contacts from your CRM
- Customizable settings put you in control                    

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

Tên smrtPhone.io Chrome Dialer smrtPhone.io Chrome Dialer
ID madmbegfpbmnngkiappcjgighagdggid
URL Chính Thức https://chromewebstore.google.com/detail/smrtphoneio-chrome-dialer/madmbegfpbmnngkiappcjgighagdggid
Mô tả smrtPhone.io Chrome Dialer
Kích Thước Tệp 4.12 MB
Số Lần Cài Đặt 13,728
Phiên Bản Hiện Tại 2.41
Cập Nhật Lần Cuối 2024-02-23
Ngày Phát Hành 2017-10-19
Đánh Giá 3.60/5 Tổng số 15 Đánh Giá
Nhà Phát Triển https://smrtphone.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.smrtphone.io
URL Trang Trợ Giúp https://docs.smrtphone.io/en/articles/4057335-chrome-extension-overview
URL Trang Chính Sách Bảo Mật https://www.iubenda.com/privacy-policy/7982380
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "description": "smrtPhone.io Chrome Dialer",
    "version": "2.41",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "smrtPhone.io Chrome Dialer",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon_48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "smrtPhone.bundle.js",
                "callWidget.bundle.js",
                "messageModal.bundle.js",
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "themes\/*",
        "https:\/\/fonts.gstatic.com\/s\/lato\/v17\/S6uyw4BMUTPHjx4wXg.woff2",
        "https:\/\/cloud.typography.com\/7274078\/6564212\/css\/fonts.css",
        "icon_16.png",
        "icon_48.png",
        "icon_128.png",
        "helpImagePng.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/media.twiliocdn.com https:\/\/cdn.smrtphone.io https:\/\/js.pusher.com\/4.1\/pusher.min.js https:\/\/stats.pusher.com\/timeline\/v2\/jsonp\/1 https:\/\/cdn.jsdelivr.net\/npm\/semantic-ui@2\/dist\/semantic.min.css; object-src 'self'"
}