Callcentric Phonebook Call Indicator

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

O que é Callcentric Phonebook Call Indicator?

Callcentric Phonebook Call Indicator é uma extensão do Chrome desenvolvida por Relli Software, LLC, e sua principal característica é "Show which entries in the recently called and received lists are already in the Callcentric phonebook.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Callcentric Phonebook Call Indicator

Baixe arquivos de extensão Callcentric Phonebook Call Indicator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Callcentric Phonebook Call Indicator Callcentric Phonebook Call Indicator
ID cgomdgoelkgkdhegmapgjfabcggphjgo
URL Oficial https://chromewebstore.google.com/detail/callcentric-phonebook-cal/cgomdgoelkgkdhegmapgjfabcggphjgo
Descrição Show which entries in the recently called and received lists are already in the Callcentric phonebook.
Tamanho do Arquivo 34.99 KB
Contagem de Instalações 48
Versão Atual 1.0.7
Última Atualização 2014-07-14
Data de Publicação 2014-07-13
Classificação 4.60/5 Total de 5 Avaliações
Desenvolvedor Relli Software, LLC
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}