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?

Smartwriter.AI Personalised LinkedIn Lead Gen是由http://smartwriter.ai開發的Chrome擴展程式,該擴展的主要功能是“Find ideal leads, get verified emails and use AI to create highly personalised cold emails or Linkedin messages”。

擴展截圖

screenshot
screenshot

下載Smartwriter.AI Personalised LinkedIn Lead Gen擴展crx文件

下載Smartwriter.AI Personalised LinkedIn Lead Gen擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Smartwriter.AI Personalised LinkedIn Lead Gen Smartwriter.AI Personalised LinkedIn Lead Gen
ID idfhlllhllmfddehbflhplbfkpnganba
官方網址 https://chrome.google.com/webstore/detail/smartwriterai-personalise/idfhlllhllmfddehbflhplbfkpnganba
簡介 Find ideal leads, get verified emails and use AI to create highly personalised cold emails or Linkedin messages
檔案大小 2.78 MB
安裝次數 1,696
目前版本 1.0.18
更新時間 2022-03-28
上架時間 2021-09-20
評分 4.50/5 共 8 次評分
開發者 http://smartwriter.ai
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://smartwriter.ai
說明頁面URL https://smartwriter.ai
隱私政策頁面URL http://smartwriter.ai/privacy-policy
支援的語言 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';"
}