Message Plane CRM Integration

Incoming phone call notifications

Message Plane CRM Integration란 무엇입니까?

Message Plane CRM Integration은(는) https://messageplane.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Incoming phone call notifications"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Message Plane CRM Integration 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        For years we had issues finding files of clients because taking a phone number off a physical phone or soft phone is very detailed hard to put into a crm. This message plane pop up makes it simple for message plane users to pull up records or details for new clients or existing ones. By the window popping up it gives the message plane crm user the ability to access records on a fly and also helps them not enter wrong information. This small integration helps message plane crm users automate their businesses greatly by simply populating the record effortlessly, no one ever has issues finding a client or order again.                    

확장 프로그램 기본 정보

이름 Message Plane CRM Integration Message Plane CRM Integration
ID kahghlhaopbjjmlmagdmfknggkkdfonn
공식 URL https://chromewebstore.google.com/detail/message-plane-crm-integra/kahghlhaopbjjmlmagdmfknggkkdfonn
설명 Incoming phone call notifications
파일 크기 45 KB
설치 횟수 255
현재 버전 1.0.0.3
최근 업데이트 2021-01-23
출시 날짜 2021-01-22
평점 5.00/5 총 4 개의 평점
개발자 https://messageplane.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.messageplane.com/message-plane-crm-google-chrome-extension/
도움말 페이지 URL https://www.messageplane.com/contact-us/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Message Plane CRM Integration",
    "description": "Incoming phone call notifications",
    "version": "1.0.0.3",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "96": "icon_96.png",
        "128": "icon_128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}