InSalesCRM Contact Fetcher

InSalesCRM Contact Fetcher for Google Chrome browser

Co je InSalesCRM Contact Fetcher?

InSalesCRM Contact Fetcher je rozšíření Chrome vyvinuté mail.insalescrm, a jeho hlavní funkcí je „InSalesCRM Contact Fetcher for Google Chrome browser “.

Stáhnout soubor CRX rozšíření InSalesCRM Contact Fetcher

Stáhněte si soubory rozšíření InSalesCRM Contact Fetcher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název InSalesCRM Contact Fetcher InSalesCRM Contact Fetcher
ID daccolghfljmnocgcjikhokdhhgkjelk
Oficiální URL https://chrome.google.com/webstore/detail/insalescrm-contact-fetche/daccolghfljmnocgcjikhokdhhgkjelk
Popis InSalesCRM Contact Fetcher for Google Chrome browser
Velikost souboru 132 KB
Počet instalací 10
Aktuální Verze 1.0.1
Poslední Aktualizace 2014-10-20
Datum Vydání 2014-10-20
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář mail.insalescrm
Typ Platby free
Webové stránky Rozšíření https://www.insalescrm.com
URL Stránky Nápovědy https://helpdesk.insalescrm.com/support/home
Podporované Jazyky 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
}