Bitcally

It enables click-to-dial to the phone numbers detected in the web pages and originates calls.

Bitcally क्या है?

Bitcally https://www.xcally.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It enables click-to-dial to the phone numbers detected in the web pages and originates calls."।

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

screenshot

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

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

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

                        Bitcally is the extension working with the XCALLY customer care suite: it allows your contact center agents to Click and Dial any formatted phone number detected inside your Google Chrome browser!
It is simple and fast to use: just install the Bitcally extension and you will be able to dial any numbers available inside your browser with a simple Click. The phone numbers can be the Contacts inside your CRM, Ticketing system or any kind of Web page your call center agents manage.

The configuration is easy:

1. In case your agents use the XCALLY Phone bar: just install Bitcally for Chrome and they can start working with it immediatelly

2. In case your agents use external SIP phones: install Bitcally for Chrome, click on OPTIONS inside the Chrome bar extension icon and setup:
- Select "Other SIP clients"
- URL: the XCALLY server http://IP address
- The xCALLY agent USERNAME
- SAVE and you are done!
- The agent username

Insert a prefix in case you want to automatically add a prefix for each dialed extension.

Fast, Easy, Bitcally.
Enjoy!                    

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

नाम Bitcally Bitcally
ID pckcnakclkpcbbmkogfkcilplchlabhb
आधिकारिक URL https://chromewebstore.google.com/detail/bitcally/pckcnakclkpcbbmkogfkcilplchlabhb
विवरण It enables click-to-dial to the phone numbers detected in the web pages and originates calls.
फ़ाइल का आकार 805 KB
स्थापना संख्या 99
वर्तमान संस्करण 0.5
अंतिम अपडेट 2021-09-09
प्रकाशन तिथि 2017-06-09
रेटिंग 5.00/5 कुल 14 रेटिंग्स
डेवलपर https://www.xcally.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.bitcally.com
सहायता पृष्ठ URL http://www.xcally.com/forum/
गोपनीयता नीति पृष्ठ URL https://www.xenialab.com/privacy-policy
समर्थित भाषाएँ de,en,fr,nl,no,tr,ca,da,es,hr,it,hu,pl,ro,sk,sl,fi,sv,cs,el,ru,uk,iw,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcally",
    "short_name": "Click2Call FAST and SIMPLE",
    "version": "0.5",
    "description": "It enables click-to-dial to the phone numbers detected in the web pages and originates calls.",
    "icons": {
        "16": "resources\/xcallyLogoBlack.png",
        "48": "resources\/xcallyLogoBlack.png",
        "128": "resources\/xcallyLogoBlack.png"
    },
    "minimum_chrome_version": "10",
    "background": {
        "scripts": [
            "xcally_context_dial.js",
            "bootstrapper.js",
            "background.js",
            "jquery-1.11.2.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "common.js",
                "jquery-1.11.2.min.js",
                "plugin-proxy.js",
                "chrome.js"
            ],
            "all_frames": false,
            "css": [
                "css\/iframe.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "resources\/xcallylogo.png",
        "resources\/xcallyLogoBlack.png",
        "resources\/logo-big.png",
        "css\/**.*",
        "**.html",
        "**.js"
    ],
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*\/*",
        "contextMenus",
        "activeTab"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": "resources\/xcallyLogoBlack_off.png",
        "default_title": "Xcally Dial"
    },
    "default_locale": "it"
}