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."입니다.
확장 프로그램 스크린샷
Callcentric Phonebook Call Indicator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
확장 프로그램 기본 정보
이름 | |
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" ] } ] } |