InSalesCRM Contact Fetcher

InSalesCRM Contact Fetcher for Google Chrome browser

Was ist InSalesCRM Contact Fetcher?

InSalesCRM Contact Fetcher ist eine Chrome-Erweiterung, die von mail.insalescrm entwickelt wurde, und ihr Hauptmerkmal ist "InSalesCRM Contact Fetcher for Google Chrome browser ".

InSalesCRM Contact Fetcher-Erweiterungs-CRX-Datei herunterladen

Laden Sie InSalesCRM Contact Fetcher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name InSalesCRM Contact Fetcher InSalesCRM Contact Fetcher
ID daccolghfljmnocgcjikhokdhhgkjelk
Offizielle URL https://chrome.google.com/webstore/detail/insalescrm-contact-fetche/daccolghfljmnocgcjikhokdhhgkjelk
Beschreibung InSalesCRM Contact Fetcher for Google Chrome browser
Dateigröße 132 KB
Installationsanzahl 10
Aktuelle Version 1.0.1
Letztes Update 2014-10-20
Veröffentlichungsdatum 2014-10-20
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler mail.insalescrm
Zahlungsart free
Erweiterungswebsite https://www.insalescrm.com
Hilfeseite URL https://helpdesk.insalescrm.com/support/home
Unterstützte Sprachen 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
}