Owler

Prospect, Engage and Close Faster with Owler Max.

ما هو Owler؟

Owler هو إضافة Chrome تم تطويرها بواسطة https://owler.com، والميزة الرئيسية لها هي "Prospect, Engage and Close Faster with Owler Max.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Owler

قم بتنزيل ملفات الامتداد Owler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة https://owlerinc.happyfox.com/home/
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}