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ファイルをダウンロード

Owler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": [
                ""
            ]
        }
    ]
}