Tel Link - URL Caller

This allows you to place a call via a url. This is typically used with FreePBX with a Call.php script

Tel Link - URL Caller क्या है?

Tel Link - URL Caller Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This allows you to place a call via a url. This is typically used with FreePBX with a Call.php script"।

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

screenshot
screenshot

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

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

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

                        This allows you to link TEL: links with a URL. 

This is often used with FreePBX servers with a Call.php extension. For example I use this to connect my local PBX server to my computer. When I want to call a user or a company I just click their phone number and it links to my desk phone. 

If you have a FreePBX server and want to add a way to click to make calls this is the plugin for you. I am sure it will work with other providers as well, I am just not familiar with them. 

This project is open source so please feel free to checkout the github page.                    

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

नाम Tel Link - URL Caller Tel Link - URL Caller
ID mhmcegieaakbdpclddfoaobdllanphad
आधिकारिक URL https://chromewebstore.google.com/detail/tel-link-url-caller/mhmcegieaakbdpclddfoaobdllanphad
विवरण This allows you to place a call via a url. This is typically used with FreePBX with a Call.php script
फ़ाइल का आकार 124 KB
स्थापना संख्या 106
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2019-08-30
प्रकाशन तिथि 2019-08-25
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tel Link - URL Caller",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "This allows you to place a call via a url. This is typically used with FreePBX with a Call.php script",
    "homepage_url": "http:\/\/extensionizr.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/jquery\/jquery.js",
                "js\/background.js"
            ]
        }
    ],
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "options_ui": {
        "page": "src\/options\/index.html",
        "open_in_tab": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "browser action demo",
        "default_popup": "src\/options\/index.html"
    },
    "permissions": [
        "contentSettings",
        "storage",
        ""
    ]
}