Mymarx CRM Analytics

Mymarx CRM Analytics is an automation tool for pre-sale analysts

Mymarx CRM Analytics란 무엇입니까?

Mymarx CRM Analytics은(는) Mymarx.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mymarx CRM Analytics is an automation tool for pre-sale analysts"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Mymarx CRM Analytics 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Mymarx CRM Analytics is an automation tool for pre-sale analysts.

Mymarx CRM is the bridge between LinkedIn, AngelList in your browser and your company CRM System.

How it works:
 + You got to LinkedIn profile
 + You select contact information on the page
 + You bookmark the page and here Mymarx CRM starts its job:
  Mymarx CRM saves contact details as contact description, 
  Mymarx CRM saves picture of LinkedIn that is opened 
 
 + To see the list of saved contacts just press the Red Cat icon.

You are welcome!                    

확장 프로그램 기본 정보

이름 Mymarx CRM Analytics Mymarx CRM Analytics
ID ohlbminehmjeflbnoadihhabohefegjl
공식 URL https://chrome.google.com/webstore/detail/mymarx-crm-analytics/ohlbminehmjeflbnoadihhabohefegjl
설명 Mymarx CRM Analytics is an automation tool for pre-sale analysts
파일 크기 654 KB
설치 횟수 20
현재 버전 1.1.48
최근 업데이트 2014-04-07
출시 날짜 2014-04-07
평점 5.00/5 총 4 개의 평점
개발자 Mymarx.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mymarx CRM Analytics",
    "short_name": "Mymarx CRM Analytics",
    "description": "Mymarx CRM Analytics is an automation tool for pre-sale analysts",
    "version": "1.1.48",
    "author": "[email protected]",
    "icons": {
        "128": "cat.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "19.png",
            "38": "38.png"
        },
        "default_title": "Mymarx Analytics"
    },
    "permissions": [
        "bookmarks",
        "pageCapture",
        "tabs",
        "",
        "chrome:\/\/favicon\/"
    ]
}