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
公式URL 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"
            ]
        }
    ]
}