Callcentric Phonebook Call Indicator

Show which entries in the recently called and received lists are already in the Callcentric phonebook.

Callcentric Phonebook Call Indicator là gì?

Callcentric Phonebook Call Indicator là một tiện ích mở rộng Chrome được phát triển bởi Relli Software, LLC, và tính năng chính của nó là "Show which entries in the recently called and received lists are already in the Callcentric phonebook.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Callcentric Phonebook Call Indicator

Tải xuống các tệp mở rộng Callcentric Phonebook Call Indicator 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

                        Callcentric offers the ability to add a caller's phone number directly to one's phonebook. Once the number is added, there is no indication that a caller is in the phonebook.

This extension shows a phonebook icon next to the numbers that have been added to the phonebook. The number is also changed to gray to help give numbers that are not in the phonebook more emphasis so that one can quickly know which numbers might need to be added.

The extension currently works on the dashboard and the "Calls Received" and "Calls Made" pages.

* Chrome Web Store promotional image background from "Data Center" by Bob Mical Copyright Attribution License - https://flic.kr/p/i3N6NQ                    

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

Tên Callcentric Phonebook Call Indicator Callcentric Phonebook Call Indicator
ID cgomdgoelkgkdhegmapgjfabcggphjgo
URL Chính Thức https://chromewebstore.google.com/detail/callcentric-phonebook-cal/cgomdgoelkgkdhegmapgjfabcggphjgo
Mô tả Show which entries in the recently called and received lists are already in the Callcentric phonebook.
Kích Thước Tệp 34.99 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2014-07-14
Ngày Phát Hành 2014-07-13
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Relli Software, LLC
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Callcentric Phonebook Call Indicator",
    "short_name": "Callcentric Phonebook Call Indicator",
    "version": "1.0.7",
    "description": "Show which entries in the recently called and received lists are already in the Callcentric phonebook.",
    "permissions": [
        "https:\/\/my.callcentric.com\/"
    ],
    "web_accessible_resources": [
        "phonebook-small.png"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/my.callcentric.com\/calls_received*",
                "https:\/\/my.callcentric.com\/calls_made*",
                "https:\/\/my.callcentric.com\/home*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}