Agency Elephant Soft Phones

Receive inbound calls, sms notifications, send sms/ringless voicemails, and make contact changes!.

什麼是Agency Elephant Soft Phones?

Agency Elephant Soft Phones是由Agency Elephant開發的Chrome擴展程式,該擴展的主要功能是“Receive inbound calls, sms notifications, send sms/ringless voicemails, and make contact changes!.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Agency Elephant Soft Phones擴展crx文件

下載Agency Elephant Soft Phones擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Take the power of Agency Elephant and use it in an extension. No need to be logged into your account at all times! Receive REAL TIME notifications from your chrome extension! 

●	Access to all your contacts in Agency Elephant
●	Add contacts into Agency Elephant
●	Make/Receive calls from your extension
●	Make/Receive SMS from your extension
       ○	Send now
       ○	Schedule to send later
●	Send Ringless Voicemails from your extension
        ○	Send now (record within the extension)
        ○	Schedule to send later (record within the extension)
●	Listen to Voicemails
●	Check missed calls
●	Create time stamped notes
●	Update lead information
●	Make a pipeline change (trigger automations)
●	Tag contacts
●	Make group changes (trigger automations)                    

擴展基本資訊

名稱 Agency Elephant Soft Phones Agency Elephant Soft Phones
ID hjiepcbghebaiegopomlcdbofiilmmgn
官方網址 https://chromewebstore.google.com/detail/agency-elephant-soft-phon/hjiepcbghebaiegopomlcdbofiilmmgn
簡介 Receive inbound calls, sms notifications, send sms/ringless voicemails, and make contact changes!.
檔案大小 3.57 MB
安裝次數 269
目前版本 0.0.3.0
更新時間 2023-12-08
上架時間 2023-02-15
評分 5.00/5 共 1 次評分
開發者 Agency Elephant
電子郵箱 [email protected]
付費類型 free
擴展官網 https://agencyelephant.com/
說明頁面URL https://agencyelephant.com/contact-us/
隱私政策頁面URL https://agencyelephant.com/terms-and-conditions
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Agency Elephant Soft Phones",
    "description": "Receive inbound calls, sms notifications, send sms\/ringless voicemails, and make contact changes!.",
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts; script-src 'self' https:\/\/js.pusher.com\/4.2\/pusher.min.js https:\/\/stats.pusher.com; object-src 'self';"
    },
    "version": "0.0.3.0",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "dashboard.html",
        "default_icon": {
            "16": "images\/logos\/1.png",
            "48": "images\/logos\/2.png",
            "128": "images\/logos\/3.png"
        }
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "all_frames": false,
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "lib\/twilio\/v1\/twilio.min.js",
                "js\/twilio.js",
                "js\/bundle.js",
                "js\/adapter-latest.js",
                "js\/recorder.js",
                "js\/pusher.min.js",
                "content.js"
            ],
            "css": [
                "css\/content.css",
                "css\/style.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/logos\/1.png",
        "48": "images\/logos\/2.png",
        "128": "images\/logos\/3.png"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "lib\/twilio\/audio\/*",
                "css\/*",
                "templates\/*",
                "dashboard.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}