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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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": [
                ""
            ]
        }
    ]
}