Callcentric Phonebook Call Indicator

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

什麼是Callcentric Phonebook Call Indicator?

Callcentric Phonebook Call Indicator是由Relli Software, LLC開發的Chrome擴展程式,該擴展的主要功能是“Show which entries in the recently called and received lists are already in the Callcentric phonebook.”。

擴展截圖

screenshot
screenshot

下載Callcentric Phonebook Call Indicator擴展crx文件

下載Callcentric Phonebook Call Indicator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Callcentric Phonebook Call Indicator Callcentric Phonebook Call Indicator
ID cgomdgoelkgkdhegmapgjfabcggphjgo
官方網址 https://chromewebstore.google.com/detail/callcentric-phonebook-cal/cgomdgoelkgkdhegmapgjfabcggphjgo
簡介 Show which entries in the recently called and received lists are already in the Callcentric phonebook.
檔案大小 34.99 KB
安裝次數 48
目前版本 1.0.7
更新時間 2014-07-14
上架時間 2014-07-13
評分 4.60/5 共 5 次評分
開發者 Relli Software, LLC
付費類型 free
支援的語言 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"
            ]
        }
    ]
}