InSalesCRM Contact Fetcher

InSalesCRM Contact Fetcher for Google Chrome browser

InSalesCRM Contact Fetcher란 무엇입니까?

InSalesCRM Contact Fetcher은(는) mail.insalescrm에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "InSalesCRM Contact Fetcher for Google Chrome browser "입니다.

InSalesCRM Contact Fetcher 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Have you ever seen a contact on LinkedIn and thought that this contact would be a great prospect?

Our InSalesCRM app is not an isolated island. The InSalesCRM Contact Fetcher let you copy and store contacts from LinkedIn with only 1 click .

Follow this 5 easy steps to start to use it:

1.	Download the Google Chrome Extension.

2.	Type you username and password for your InSalesCRM account.

3.	When you are on a profile page on LinkedIn then the extension 
        icon will be displayed in the address bar.

4.	Click on the extension icon and then the contact will be copied 
        and saved to your InSalesCRM account.

The contact information that will be copied from LinkedIn is:

•Person First Name and Surname

•Company name of current workplace

•Email address

•Phone number                    

확장 프로그램 기본 정보

이름 InSalesCRM Contact Fetcher InSalesCRM Contact Fetcher
ID daccolghfljmnocgcjikhokdhhgkjelk
공식 URL https://chrome.google.com/webstore/detail/insalescrm-contact-fetche/daccolghfljmnocgcjikhokdhhgkjelk
설명 InSalesCRM Contact Fetcher for Google Chrome browser
파일 크기 132 KB
설치 횟수 10
현재 버전 1.0.1
최근 업데이트 2014-10-20
출시 날짜 2014-10-20
평점 5.00/5 총 2 개의 평점
개발자 mail.insalescrm
결제 유형 free
확장 프로그램 웹 사이트 https://www.insalescrm.com
도움말 페이지 URL https://helpdesk.insalescrm.com/support/home
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "InSalesCRM Contact Fetcher",
    "version": "1.0.1",
    "description": "InSalesCRM Contact Fetcher for Google Chrome browser ",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Sync"
    },
    "permissions": [
        "declarativeContent",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "64": "icon.png"
    },
    "manifest_version": 2
}