Aircall Dialer

Dial and call phone numbers from any webpage, or add them to an automated calling list.

Aircall Dialerคืออะไร?

Aircall Dialer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aircall.io และคุณลักษณะหลักของมันคือ "Dial and call phone numbers from any webpage, or add them to an automated calling list."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Aircall Dialer

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

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

                        Dial and call phone numbers from any webpage, or add them to an automated calling list.

With this extension, Aircall’s Click-to-Dial and Power Dialer features are available to help you connect with customers faster. Automatically identify phone numbers on a webpage and add them to your Aircall phone or to an automated calling queue.

- Dial and call phone numbers from any webpage or add them to an automated calling list.
- Select which local or international numbers to validate or detect from any webpage, such as a prospect’s website, Google Sheets, and more.
- Choose to scan a webpage when you want to find phone numbers.
- Multi-select or reorder the list of detected numbers to add to a Power Dialer session.
- Quickly identify duplicate or invalid numbers for better accuracy.
- Detected numbers can be highlighted (or not highlighted), and clearly explained.
- A flexible widget that can be moved on your screen for better viewing                    

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

ชื่อ Aircall Dialer Aircall Dialer
ID bbejljcbaibhhacdpndojhkhckgdooff
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/aircall-dialer/bbejljcbaibhhacdpndojhkhckgdooff
คำอธิบาย Dial and call phone numbers from any webpage, or add them to an automated calling list.
ขนาดไฟล์ 1.47 MB
จำนวนการติดตั้ง 68,471
เวอร์ชันปัจจุบัน 3.16.19
อัปเดตครั้งล่าสุด 2024-01-23
วันที่เผยแพร่ 2020-07-03
คะแนน 2.97/5 รวมทั้งหมด 35 คะแนน
ผู้พัฒนา https://aircall.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://aircall.io/en/apps/
URL หน้าช่วยเหลือ https://help.aircall.io
URL หน้านโยบายความเป็นส่วนตัว https://aircall.io/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "3.16.19",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/16\/unlogged.png",
            "32": "icons\/32\/unlogged.png",
            "48": "icons\/48\/unlogged.png",
            "128": "icons\/128\/unlogged.png"
        },
        "default_title": "Aircall Dialer"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16\/enabled.png",
        "32": "icons\/32\/enabled.png",
        "48": "icons\/48\/enabled.png",
        "128": "icons\/128\/enabled.png"
    },
    "web_accessible_resources": [
        "fonts\/*.woff2",
        "assets\/*",
        "icons\/*"
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "webNavigation",
        "identity"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.satismeter.com\/ https:\/\/accounts.google.com\/* https:\/\/*.rudderlabs.com\/; object-src 'self';",
    "oauth2": {
        "client_id": "7770507806-2ckkhr0266fuohk3nc9jcnfiaod2v6ak.apps.googleusercontent.com",
        "scopes": [
            ""
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/phone.aircall.io\/*",
            "https:\/\/phone.aircall-staging.com\/*",
            "https:\/\/phone-gitlab.netlify.app\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "short_name": "Aircall Dialer",
    "name": "Aircall Dialer",
    "description": "Dial and call phone numbers from any webpage, or add them to an automated calling list.",
    "browser_specific_settings": {
        "gecko": {
            "id": "{6e5993f0-8c65-4bf0-a065-972dc44a1e88}"
        }
    }
}