Owler

Prospect, Engage and Close Faster with Owler Max.

Owler란 무엇입니까?

Owler은(는) https://owler.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Prospect, Engage and Close Faster with Owler Max."입니다.

확장 프로그램 스크린샷

screenshot

Owler 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Owler’s Chrome Extension ensures you are equipped with business news, data, insights and contact details when you are visiting company sites, company pages on LinkedIn and within your CRM. 

Owler gives you everything you need to 
- Prospect more effectively 
- Have better conversations with context 
- Monitor competitors, key accounts and industry trends 
- Scale up your pipeline

‘Write with Owler AI’ to
- Create impactful personalized messages faster
- Use relevant news and insights in your outbound communications
- Increase your open rate and build  your pipeline

The Owler Chrome Extension is available for all Owler Subscribers - Download it today!
Not using Owler yet? 
Check out which plan works for you - https://www.owler.com/pricing 

What People Say About Owler 

"Owler enables more automated personalized outreach campaigns"
“Great for prospecting and finding new accounts”                    

확장 프로그램 기본 정보

이름 Owler Owler
ID finkajjgokfefcnpbpimedfidoopbdil
공식 URL https://chromewebstore.google.com/detail/owler/finkajjgokfefcnpbpimedfidoopbdil
설명 Prospect, Engage and Close Faster with Owler Max.
파일 크기 656 KB
설치 횟수 1,492
현재 버전 1.19.3
최근 업데이트 2024-02-27
출시 날짜 2023-01-03
평점 4.33/5 총 6 개의 평점
개발자 https://owler.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.owler.com/
도움말 페이지 URL https://owlerinc.happyfox.com/home/
개인정보 보호 정책 페이지 URL https://www.owler.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.19.3",
    "manifest_version": 3,
    "name": "Owler",
    "description": "Prospect, Engage and Close Faster with Owler Max.",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "exclude_matches": [
                "*:\/\/qec.owler.com\/*",
                "*:\/\/app.meltwater.com\/*",
                "*:\/\/insight-report.meltwater.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.owler.com\/"
    ],
    "permissions": [
        "cookies",
        "tabs",
        "storage",
        "clipboardWrite"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-34.png",
                "sidePanel.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}