Agency Elephant Soft Phones

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

Hvad er Agency Elephant Soft Phones?

Agency Elephant Soft Phones er en Chrome-udvidelse udviklet af Agency Elephant, og dens hovedfunktion er "Receive inbound calls, sms notifications, send sms/ringless voicemails, and make contact changes!.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Agency Elephant Soft Phones-udvidelses-CRX-fil

Download Agency Elephant Soft Phones-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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)                    

Grundlæggende oplysninger om udvidelsen

Navn Agency Elephant Soft Phones Agency Elephant Soft Phones
ID hjiepcbghebaiegopomlcdbofiilmmgn
Officiel URL https://chromewebstore.google.com/detail/agency-elephant-soft-phon/hjiepcbghebaiegopomlcdbofiilmmgn
Beskrivelse Receive inbound calls, sms notifications, send sms/ringless voicemails, and make contact changes!.
Filstørrelse 3.57 MB
Antal Installationer 269
Nuværende Version 0.0.3.0
Senest Opdateret 2023-12-08
Udgivelsesdato 2023-02-15
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Agency Elephant
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://agencyelephant.com/
Hjælpeside-URL https://agencyelephant.com/contact-us/
URL til Fortrolighedspolitik Side https://agencyelephant.com/terms-and-conditions
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}