Easy Contacts Opener for Google Contacts™

1-click to open Google Contacts™

Easy Contacts Opener for Google Contacts™란 무엇입니까?

Easy Contacts Opener for Google Contacts™은(는) https://kyan001.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "1-click to open Google Contacts™"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Easy Contacts Opener for Google Contacts™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        One-click to open Google Contacts™ in a new tab.

Nearly 0 Memory consumption, 0 CPU occupation. Perfect experience!

Focus on one dedicated function, and make it great.
Keep improving, simple goes pro!                    

확장 프로그램 기본 정보

이름 Easy Contacts Opener for Google Contacts™ Easy Contacts Opener for Google Contacts™
ID efnhgdhfilhagkkfplapfkcfodhdgeoa
공식 URL https://chromewebstore.google.com/detail/easy-contacts-opener-for/efnhgdhfilhagkkfplapfkcfodhdgeoa
설명 1-click to open Google Contacts™
파일 크기 8.17 KB
설치 횟수 1,033
현재 버전 1.8
최근 업데이트 2020-03-30
출시 날짜 2020-03-29
평점 4.33/5 총 3 개의 평점
개발자 https://kyan001.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.kyan001.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Contacts Opener for Google Contacts\u2122",
    "version": "1.8",
    "short_name": "ECO",
    "description": "1-click to open Google Contacts\u2122",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [],
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_title": "Easy Contacts Opener for Google Contacts\u2122"
    }
}