InSalesCRM Contact Fetcher

InSalesCRM Contact Fetcher for Google Chrome browser

InSalesCRM Contact Fetcher क्या है?

InSalesCRM Contact Fetcher mail.insalescrm द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "InSalesCRM Contact Fetcher for Google Chrome browser "।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में InSalesCRM Contact Fetcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}