trender.ai

This extension allows you to research and profile prospects in LinkedIn, Sales Navigator, and Hubspot

ما هو trender.ai؟

trender.ai هو إضافة Chrome تم تطويرها بواسطة trender.ai، والميزة الرئيسية لها هي "This extension allows you to research and profile prospects in LinkedIn, Sales Navigator, and Hubspot".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة trender.ai

قم بتنزيل ملفات الامتداد trender.ai بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Understand your prospects better on Hubspot, LinkedIn, and LinkedIn Sales Navigator with trender.ai! 

Get on demand human insight with automated research and psychological profiling. Get insights  to make better, more personal connections with your prospects. 

Why use trender.ai? 

The more information you have about a buyer, the better you're able to tailor outreach that can generate interest and engagement with you. Trender.ai helps you "Show Them You Know Them" without the grind of manual research and clicking around. 

Use our profiles to quickly ascertain your prospect's personality and style. Get important insights on what they focus on and who they engage with. You can create truly individualized outreach that breaks through the "buy my stuff" spam your buyer sees everyday. 

User trender.ai to: 

Profile:  Get insights on who your prospect is and what's important to them. 
Monitor:  Keep tabs on your prospect and their colleagues throughout a deal cycle. 

Profile 
* Hover over any person and click "Profile". 
* We automatically start aggregating your prospects' social media activity and other information to get you insights on their personality, style & tone, what's most important to them, and the top people they engage with. 

Monitor Buyers & Customers

* Hover over any company or person and click "Watch". 
* We automatically create a real-time monitor that notifies you of new content and mentions. 


How Does trender.ai work? 

This extension connects your trender.ai account with LinkedIn via a cookie session id. This allows you to create Profiles and Watches. 

This extension is required so we can securely search & monitor LinkedIn on your behalf. 

Simply download the extension, tap the “Connect to LinkedIn” button, and your cookie session id will automatically populate the input field. Click Save & Exit. 

If you log out of LinkedIn or get disconnected, we will automatically try to reconnect your session via the Chrome Extension.                    

معلومات أساسية عن التمديد

الاسم trender.ai trender.ai
ID ofpbhjanmpjgpmfmlpaedhdjhpcckocj
عنوان URL الرسمي https://chromewebstore.google.com/detail/trenderai/ofpbhjanmpjgpmfmlpaedhdjhpcckocj
الوصف This extension allows you to research and profile prospects in LinkedIn, Sales Navigator, and Hubspot
حجم الملف 1.14 MB
عدد التثبيتات 77
النسخة الحالية 2.0.1.9
آخر تحديث 2024-02-10
تاريخ النشر 2022-12-06
تقييم 5.00/5 مجموع تقييمات 2
المطور trender.ai
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.trender.ai/
عنوان صفحة المساعدة https://www.trender.ai/contact-us/
عنوان صفحة سياسة الخصوصية https://www.trender.ai/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh6ZUinEfbCnQ3KgnZlsUWYPH0uxd\/BE5YQkn18D16fiqPwo+2RgFvrn99Hitz\/FbFFomTCkwBy9+KnoOS0s6kPYWbaMJ4TxoPyjzkglDzL3l8csOosRVOwEMSUaM0kT5ELcwd4qm1d2sWeS5h77X3q43xbP+XaV\/W4gFMgx8wZR3cMjJpz3Vf85dtBO8GZ65dehyJeyfpXbIBcx\/DvSwT\/p9X7Dm+GZMtn33Mo2w3GCd\/7gBW5YNRjzdXNsctc6JhliEsblVdRZh8DbCqSNSF0m63llSzZ7dj6ExKS4M5lElBtWVkwZgyxilvSdw6aIHdcnKST0DEMSEax8QaSQeHwIDAQAB",
    "manifest_version": 3,
    "name": "trender.ai",
    "description": "This extension allows you to research and profile prospects in LinkedIn, Sales Navigator, and Hubspot",
    "version": "2.0.1.9",
    "icons": {
        "16": "images\/extension_icon16.png",
        "32": "images\/extension_icon32.png",
        "48": "images\/extension_icon48.png",
        "128": "images\/extension_icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.hubspot.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "css\/styles.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/extension_icon16.png",
            "48": "images\/extension_icon48.png"
        }
    },
    "permissions": [
        "cookies",
        "tabs",
        "storage",
        "activeTab",
        "alarms"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*.linkedin.com\/",
        "*:\/\/*.trendertag.com\/",
        "*:\/\/*.trender.ai\/",
        "*:\/\/*.app.trender.ai\/",
        "*:\/\/*.development.trendertag.com\/",
        "*:\/\/*.hubspot.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.trendertag.com\/*",
            "*:\/\/*.trender.ai\/*"
        ]
    }
}