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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show which entries in the recently called and received lists are already in the Callcentric phonebook."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Callcentric Phonebook Call Indicator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}