Sales XL: Automated LinkedIn Prospecting

The extension helps you auto add LinkedIn users from a simple CSV file.

Sales XL: Automated LinkedIn Prospecting क्या है?

Sales XL: Automated LinkedIn Prospecting contactsalesxl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension helps you auto add LinkedIn users from a simple CSV file."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

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

crx प्रारूप में Sales XL: Automated LinkedIn Prospecting एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The extension helps you auto add LinkedIn users from a simple CSV file.                    

एक्सटेंशन की मूल जानकारी

नाम Sales XL: Automated LinkedIn Prospecting Sales XL: Automated LinkedIn Prospecting
ID hhdffcchnkhbhlppcnaomfonehjkaghm
आधिकारिक URL https://chromewebstore.google.com/detail/sales-xl-automated-linked/hhdffcchnkhbhlppcnaomfonehjkaghm
विवरण The extension helps you auto add LinkedIn users from a simple CSV file.
फ़ाइल का आकार 538 KB
स्थापना संख्या 39
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2017-06-30
प्रकाशन तिथि 2017-06-30
डेवलपर contactsalesxl
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sales XL: Automated LinkedIn Prospecting",
    "description": "The extension helps you auto add LinkedIn users from a simple CSV file.",
    "version": "1.0.2",
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*",
        "",
        "storage"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/logo.gif",
        "scripts\/client.js",
        "css\/datatables.min.css"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "http:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "scripts\/jquery.js",
                "scripts\/autoadd.js"
            ]
        }
    ]
}