AsterCTI Call/SMS - TechExtension

Asterisk Auto Dialer with crm interation.

AsterCTI Call/SMS - TechExtension क्या है?

AsterCTI Call/SMS - TechExtension TechExtension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Asterisk Auto Dialer with crm interation."।

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

screenshot

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

crx प्रारूप में AsterCTI Call/SMS - TechExtension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        AsterCTI have different Module Like Real Time Queue Module, Real Time Extension Module, Voice Broadcasting Auto Dialer, Call Tracking Reports, Click To call, Call Pop Up, CRM Integration, Bulk SMS Campaign Module.                    

एक्सटेंशन की मूल जानकारी

नाम AsterCTI Call/SMS - TechExtension AsterCTI Call/SMS - TechExtension
ID knonhljeipkkgjfnakhgcglccgfegank
आधिकारिक URL https://chromewebstore.google.com/detail/astercti-callsms-techexte/knonhljeipkkgjfnakhgcglccgfegank
विवरण Asterisk Auto Dialer with crm interation.
फ़ाइल का आकार 394 KB
स्थापना संख्या 354
वर्तमान संस्करण 3.3
अंतिम अपडेट 2022-11-14
प्रकाशन तिथि 2020-05-25
डेवलपर TechExtension
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://astercti.techextension.com/
सहायता पृष्ठ URL https://astercti.techextension.com/helpdesk/
गोपनीयता नीति पृष्ठ URL http://techextension.com/privacy-terms-and-conditions
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AsterCTI Call\/SMS - TechExtension",
    "short_name": "Click To Call\/SMS",
    "description": "Asterisk Auto Dialer with crm interation.",
    "version": "3.3",
    "action": {
        "default_icon": "icon-phone.png",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "*:\/\/*\/"
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "notifications",
        "webRequest"
    ],
    "icons": {
        "16": "icon-phone.png",
        "48": "icon-phone.png",
        "128": "icon-phone.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/icon-phone.png",
                "js\/jquery.js",
                "js\/content_page.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/content_page.js",
                "js\/tinybox.js",
                "js\/loader.js",
                "js\/techextensionconnect.js",
                "js\/techextension.js",
                "js\/techextensiondialog.js"
            ],
            "css": [
                "css\/style.css",
                "css\/techextensiondialog.css",
                "css\/content_page.css"
            ],
            "html": [
                "options.html"
            ],
            "image": [
                "icon-phone.png"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}