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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Receive inbound calls, sms notifications, send sms/ringless voicemails, and make contact changes!."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Agency Elephant Soft Phones एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}