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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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';"
}