Sales XL: Automated LinkedIn Prospecting

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

Sales XL: Automated LinkedIn Prospecting là gì?

Sales XL: Automated LinkedIn Prospecting là một tiện ích mở rộng Chrome được phát triển bởi contactsalesxl, và tính năng chính của nó là "The extension helps you auto add LinkedIn users from a simple CSV file.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sales XL: Automated LinkedIn Prospecting

Tải xuống các tệp mở rộng Sales XL: Automated LinkedIn Prospecting dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sales XL: Automated LinkedIn Prospecting Sales XL: Automated LinkedIn Prospecting
ID hhdffcchnkhbhlppcnaomfonehjkaghm
URL Chính Thức https://chromewebstore.google.com/detail/sales-xl-automated-linked/hhdffcchnkhbhlppcnaomfonehjkaghm
Mô tả The extension helps you auto add LinkedIn users from a simple CSV file.
Kích Thước Tệp 538 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2017-06-30
Ngày Phát Hành 2017-06-30
Nhà Phát Triển contactsalesxl
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}