smrtPhone.io Chrome Dialer

smrtPhone.io Chrome Dialer

smrtPhone.io Chrome Dialerคืออะไร?

smrtPhone.io Chrome Dialer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://smrtphone.io และคุณลักษณะหลักของมันคือ "smrtPhone.io Chrome Dialer"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย smrtPhone.io Chrome Dialer

ดาวน์โหลดไฟล์ส่วนขยาย smrtPhone.io Chrome Dialer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ smrtPhone.io Chrome Dialer smrtPhone.io Chrome Dialer
ID madmbegfpbmnngkiappcjgighagdggid
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smrtphoneio-chrome-dialer/madmbegfpbmnngkiappcjgighagdggid
คำอธิบาย smrtPhone.io Chrome Dialer
ขนาดไฟล์ 4.12 MB
จำนวนการติดตั้ง 13,728
เวอร์ชันปัจจุบัน 2.41
อัปเดตครั้งล่าสุด 2024-02-23
วันที่เผยแพร่ 2017-10-19
คะแนน 3.60/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา https://smrtphone.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.smrtphone.io
URL หน้าช่วยเหลือ https://docs.smrtphone.io/en/articles/4057335-chrome-extension-overview
URL หน้านโยบายความเป็นส่วนตัว https://www.iubenda.com/privacy-policy/7982380
ภาษาที่รองรับ 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'"
}