Gamma Communications

Recognise phone numbers and place a call button next to them

Gamma Communications क्या है?

Gamma Communications https://gammacommunications.nl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Recognise phone numbers and place a call button next to them"।

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

screenshot

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

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

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

                        Dial phone numbers from within your Chrome browser with a single click of the mouse? The Gamma Communications Chrome extension automatically recognises phone numbers on the web pages you visit, and places a handy call button next to them.

The plugin works in conjunction with your Gamma Flex account. After installing the plugin, you'll notice a Gamma-button in the top bar of your browser. Click on it to finish setting up the application. If you're not logged into my.gntel.nl yet you will be asked to do so. After logging in you'll be asked to grant permission to the app, and will be able to choose which account you want to plugin to use for your calls. You can choose between both your phone and free-seating accounts.

The plugin will detect phone numbers on the websites you visit, and will put a handy call button next to them. If you click on this button, your phone will ring, and then you will be connected to the number you've dialed. Or use the popup window to dial any number from within your browser. Easy and quick!                    

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

नाम Gamma Communications Gamma Communications
ID mcdgmdkpallffnjbnnlbofeemippnhho
आधिकारिक URL https://chromewebstore.google.com/detail/gamma-communications/mcdgmdkpallffnjbnnlbofeemippnhho
विवरण Recognise phone numbers and place a call button next to them
फ़ाइल का आकार 627 KB
स्थापना संख्या 904
वर्तमान संस्करण 3.1.1
अंतिम अपडेट 2021-09-08
प्रकाशन तिथि 2019-08-14
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://gammacommunications.nl
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://gammacommunications.nl/
गोपनीयता नीति पृष्ठ URL https://gntel.nl/privacy-beleid
समर्थित भाषाएँ de,en,nl,sk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gamma Communications",
    "description": "__MSG_app_description__",
    "version": "3.1.1",
    "minimum_chrome_version": "41",
    "default_locale": "nl",
    "author": "gnTel",
    "homepage_url": "https:\/\/www.gntel.nl\/functies\/click2dial\/",
    "browser_action": {
        "default_icon": {
            "128": "img\/icon-offline.png"
        },
        "default_popup": "popup.html",
        "default_title": "Gamma Communications"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/parser.css"
            ],
            "js": [
                "js\/jQuery.js",
                "js\/libphonenumber.js",
                "js\/parser.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/kernel.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "img\/icon-online.png"
    }
}