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
官方網址 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": [
                ""
            ]
        }
    ]
}