Personalized prospecting in 6secs

Add value to your outreach by sharing relevant & interesting content to your prospects.

Personalized prospecting in 6secs là gì?

Personalized prospecting in 6secs là một tiện ích mở rộng Chrome được phát triển bởi http://letschat.chat, và tính năng chính của nó là "Add value to your outreach by sharing relevant & interesting content to your prospects.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Personalized prospecting in 6secs

Tải xuống các tệp mở rộng Personalized prospecting in 6secs 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

                        Add value to your outreach by sharing relevant & interesting content to your prospects.

We find interesting news content on topics that your prospects would be interested in which adds value to your business relationship and keeps you top of mind with your prospects.

We scan their profile for topics they have indicated they are interested in. You can then click on that topic and we give you relevant and interesting news you can share with them.

Make your outreach a positive experience, give them something as opposed to just taking time out of their day. Your prospect gets numerous prospecting emails a day, none add value to them, till now                    

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

Tên Personalized prospecting in 6secs Personalized prospecting in 6secs
ID gekipedkjcnakfgfmflbbjopocnmbdai
URL Chính Thức https://chrome.google.com/webstore/detail/personalized-prospecting/gekipedkjcnakfgfmflbbjopocnmbdai
Mô tả Add value to your outreach by sharing relevant & interesting content to your prospects.
Kích Thước Tệp 342 KB
Số Lần Cài Đặt 55
Phiên Bản Hiện Tại 1.5.2.5
Cập Nhật Lần Cuối 2020-04-02
Ngày Phát Hành 2020-04-02
Nhà Phát Triển http://letschat.chat
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://letschat.chat
URL Trang Trợ Giúp https://letschat.chat/faq
URL Trang Chính Sách Bảo Mật https://sharetivity.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Personalized prospecting in 6secs",
    "version": "1.5.2.5",
    "short_name": "LC outreach",
    "description": "Add value to your outreach by sharing relevant & interesting content to your prospects.",
    "icons": {
        "16": "images\/letschat-16.png",
        "20": "images\/letschat-20.png",
        "32": "images\/letschat-32.png",
        "24": "images\/letschat-24.png",
        "64": "images\/letschat-64.png",
        "128": "images\/letschat-128.png"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "jquery-ui.js",
            "bootstrap.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "jquery-ui.js",
                "bootstrap.min.js"
            ],
            "run_at": "document_end",
            "css": [
                "css\/style.css",
                "css\/bootstrap.min.css",
                "css\/font-awesome.min.css"
            ]
        }
    ],
    "permissions": [
        "notifications",
        "tabs",
        "https:\/\/www.linkedin.com\/*"
    ],
    "manifest_version": 2
}