IPFone Dialer for Google Chrome™

A Google Chrome™ extension that provides IPFone telephony integration.

IPFone Dialer for Google Chrome™ là gì?

IPFone Dialer for Google Chrome™ là một tiện ích mở rộng Chrome được phát triển bởi http://www.ipfone.com, và tính năng chính của nó là "A Google Chrome™ extension that provides IPFone telephony integration.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng IPFone Dialer for Google Chrome™

Tải xuống các tệp mở rộng IPFone Dialer for Google Chrome™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        IPFone Google Dialer App

IPFone Google Chrome™ extension provides IPFone telephony integration. And most important is FREE!

Note: It will only work for IPFone customers.

Key features:
Search Google contacts and enterprise directory to initiate a click to dial.
View call logs and double-click to initiate a click to dial
Display a click to dial icon next to phone numbers on web pages
IPFone call settings control of Remote Office, Call Forwarding Always and Do Not Disturb
Initiate a search and click to dial from the address bar by entering –call
Receive incoming call notifications, with text to speech, with the ability to answer (using an auto answer provisioned endpoint/device) or decline. 
Preferences to disable click to call on web pages, call notifications and text to speech

For more information about this great application visit us at www.ipfone.com

For credentials call us 866-781-6280, by email at [email protected] or online http://www.ipfone.com/04_support_ticket.php                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IPFone Dialer for Google Chrome™ IPFone Dialer for Google Chrome™
ID egohnkpejeeeanigafkphapmocjloaof
URL Chính Thức https://chrome.google.com/webstore/detail/ipfone-dialer-for-google/egohnkpejeeeanigafkphapmocjloaof
Mô tả A Google Chrome™ extension that provides IPFone telephony integration.
Kích Thước Tệp 242 KB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2014-01-24
Ngày Phát Hành 2014-01-24
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://www.ipfone.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/bsft_logo_48x48.png",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "injected.css",
                "jquery-ui.css"
            ],
            "js": [
                "jquery.js",
                "jquery.base64.js",
                "contentscript.js",
                "xsiactions.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "A Google Chrome\u2122 extension that provides IPFone telephony integration.",
    "icons": {
        "128": "images\/bsft_logo_128x128.png",
        "16": "images\/bsft_logo_16x16.png",
        "48": "images\/bsft_logo_48x48.png"
    },
    "manifest_version": 2,
    "name": "IPFone Dialer for Google Chrome\u2122",
    "omnibox": {
        "keyword": "-call"
    },
    "options_page": "options.html",
    "permissions": [
        "notifications",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tts",
        "identity"
    ],
    "short_name": "IPFone Dialer",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3",
    "web_accessible_resources": [
        "images\/click2dial.png",
        "injected.js"
    ]
}