Contacts

Bring Google Contacts front and center with this handy shortcut.

Contacts란 무엇입니까?

Contacts은(는) https://vocal.email에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bring Google Contacts front and center with this handy shortcut."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Contacts 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Sending audio notes is great! We do it all the time in Whatsapp or iMessage. You can use this extension to send vocal messages to your contacts straight from Gmail!

The extension works easily and does not require any third party software. Your contacts will receive the audio message in their inbox and they can listen to it without having to open a web page or anything.

Your audio data is only stored locally and never saved so you can be safe that your audio messages are only heard by you and your contacts. No one else.

This extension is built by Nat.app, an Executive CRM (relationship management tool) that automatically figures out when you lose touch with someone.

We are not affiliated with Google LLC or Alphabet Inc. You can learn more about Google Contacts here: https://en.wikipedia.org/wiki/Google_Contacts                    

확장 프로그램 기본 정보

이름 Contacts Contacts
ID pjpambjkhcilibnmeihhfgdkhfelbdkj
공식 URL https://chromewebstore.google.com/detail/contacts/pjpambjkhcilibnmeihhfgdkhfelbdkj
설명 Bring Google Contacts front and center with this handy shortcut.
파일 크기 57.88 KB
설치 횟수 27,898
현재 버전 12.3.9
최근 업데이트 2021-06-23
출시 날짜 2020-06-10
평점 4.13/5 총 200 개의 평점
개발자 https://vocal.email
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://vocal.email
도움말 페이지 URL https://vocal.email/help
개인정보 보호 정책 페이지 URL https://nat.app/privacy-policy
지원되는 언어 de,en,fil,fr,sw,nl,tr,es,it,pl,pt-BR,el,ru,uk,iw,hi,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "options_page": "options.html",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "12.3.9",
    "manifest_version": 2,
    "icons": {
        "16": "imgs\/icon_16.png",
        "48": "imgs\/icon_48.png",
        "64": "imgs\/icon_64.png",
        "128": "imgs\/icon_128.png",
        "256": "imgs\/icon_256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "imgs\/icon_128.png",
        "default_title": "__MSG_extName__"
    },
    "commands": {
        "open-google": {
            "description": "__MSG_extDesc__",
            "suggested_key": {
                "default": "Ctrl+Shift+C"
            }
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+C"
            }
        }
    }
}