InSalesCRM Contact Fetcher

InSalesCRM Contact Fetcher for Google Chrome browser

Cos'è InSalesCRM Contact Fetcher?

InSalesCRM Contact Fetcher è un'estensione di Chrome sviluppata da mail.insalescrm, e la sua funzione principale è "InSalesCRM Contact Fetcher for Google Chrome browser ".

Scarica il file CRX dell'estensione InSalesCRM Contact Fetcher

Scarica i file di estensione InSalesCRM Contact Fetcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome InSalesCRM Contact Fetcher InSalesCRM Contact Fetcher
ID daccolghfljmnocgcjikhokdhhgkjelk
URL Ufficiale https://chrome.google.com/webstore/detail/insalescrm-contact-fetche/daccolghfljmnocgcjikhokdhhgkjelk
Descrizione InSalesCRM Contact Fetcher for Google Chrome browser
Dimensione del File 132 KB
Conteggio Installazioni 10
Versione Corrente 1.0.1
Ultimo Aggiornamento 2014-10-20
Data di Pubblicazione 2014-10-20
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore mail.insalescrm
Tipo di Pagamento free
Sito Web dell'Estensione https://www.insalescrm.com
URL della Pagina di Aiuto https://helpdesk.insalescrm.com/support/home
Lingue Supportate 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
}