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文件

下载InSalesCRM Contact Fetcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}