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开发的Chrome扩展程序,该扩展的主要功能是“The extension helps you auto add LinkedIn users from a simple CSV file.”。

扩展截图

screenshot

下载Sales XL: Automated LinkedIn Prospecting扩展crx文件

下载Sales XL: Automated LinkedIn Prospecting扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}