Smartwriter.AI Personalised LinkedIn Lead Gen

Find ideal leads, get verified emails and use AI to create highly personalised cold emails or Linkedin messages

Smartwriter.AI Personalised LinkedIn Lead Gen là gì?

Smartwriter.AI Personalised LinkedIn Lead Gen là một tiện ích mở rộng Chrome được phát triển bởi http://smartwriter.ai, và tính năng chính của nó là "Find ideal leads, get verified emails and use AI to create highly personalised cold emails or Linkedin messages".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Smartwriter.AI Personalised LinkedIn Lead Gen

Tải xuống các tệp mở rộng Smartwriter.AI Personalised LinkedIn Lead Gen 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

                        Are you looking to bring in a constant flow of deals to scale your outbound marketing strategy?

SmartWriter AI lets you generate leads using our lead gen chrome extension as well as create personalised outreach messages in one click.

See upwards of 90% acceptance rates, 40% reply rates for most of your targeted campaigns using AI personalisation.

We scrape the internet searching over 24 different data points of your prospect to find something hyper personalised and unique to make your message stand out.

Try SmartWriter for absolutely free to scrape your leads, find email addresses and create hyper personalised messages AND connect with your leads, all in one click.                    

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

Tên Smartwriter.AI Personalised LinkedIn Lead Gen Smartwriter.AI Personalised LinkedIn Lead Gen
ID idfhlllhllmfddehbflhplbfkpnganba
URL Chính Thức https://chrome.google.com/webstore/detail/smartwriterai-personalise/idfhlllhllmfddehbflhplbfkpnganba
Mô tả Find ideal leads, get verified emails and use AI to create highly personalised cold emails or Linkedin messages
Kích Thước Tệp 2.78 MB
Số Lần Cài Đặt 1,696
Phiên Bản Hiện Tại 1.0.18
Cập Nhật Lần Cuối 2022-03-28
Ngày Phát Hành 2021-09-20
Đánh Giá 4.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển http://smartwriter.ai
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://smartwriter.ai
URL Trang Trợ Giúp https://smartwriter.ai
URL Trang Chính Sách Bảo Mật http://smartwriter.ai/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smartwriter.AI Personalised LinkedIn Lead Gen",
    "description": "Find ideal leads, get verified emails and use AI to create highly personalised cold emails or Linkedin messages",
    "version": "1.0.18",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "browser_action": {
        "default_title": "Smartwriter.AI Personalised LinkedIn Lead Gen",
        "default_popup": "www\/index.html#\/popup"
    },
    "background": {
        "scripts": [
            "www\/js\/bex-background.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/linkedin.com\/*"
            ],
            "js": [
                "www\/js\/bex-content-script.js"
            ],
            "css": [
                "css\/content-css.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "*:\/\/*.linkedin.com\/in\/*",
        "*:\/\/linkedin.com\/in\/*",
        "*:\/\/*.linkedin.com\/sales\/*",
        "*:\/\/linkedin.com\/sales\/*",
        "storage",
        "clipboardWrite",
        "cookies",
        "webRequest"
    ],
    "web_accessible_resources": [
        "www\/*",
        "js\/*",
        "css\/*",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}