Toplyne

An extension that plugs into your CRM of choice to display Toplyne stats.

Toplyneคืออะไร?

Toplyne เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://toplyne.io และคุณลักษณะหลักของมันคือ "An extension that plugs into your CRM of choice to display Toplyne stats."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Toplyne

ดาวน์โหลดไฟล์ส่วนขยาย Toplyne ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Toplyne’s Chrome Extension lets you access critical intelligence and insights (based on first-party data and third-party enrichment) about your users and accounts from within your CRM.

💯 AI lead scores - Toplyne’s AI scores your leads against custom outcomes such as enterprise conversion, team expansion, churn risk, etc., and flags users and accounts most likely to meet these outcomes.

🏛️ Account roll-ups - Access rolled-up account-level trends and qualification to contextualize signals across organizations you sell to.

🚥 Product usage signals - Toplyne brings your product analytics data into your CRM. Access usage trends of usage across key events and actions your users are performing within your tool, so you can customize your outreach.

👁️ Scout - From qualified accounts in your CRM, Toplyne’s extension surfaces types of users who matter the most for your outreach: economic buyers, most active, first active, last active users, etc.

▶️ Engage - Add users directly to your Outreach sequences from within your CRM, based on usage intelligence and lead scores on the Toplyne extension.

✴️ Why Toplyne?

Toplyne is the leading predictive AI for sales and marketing teams. Toplyne’s AI predicts new customers, expansion sales, cross-sells, customers at risk, and more by learning from your customer data.

Sales and marketing teams at companies like Vercel, Voiceflow, RocketReach, and Beefree use Toplyne to find enterprise pipeline from their self-serve customer base. Toplyne is simple to set up and goes live with your existing stack (40+ plug and play integrations) out of the box.

For more info:

Email: [email protected]

Website: https://www.toplyne.io
Privacy Policy: https://www.toplyne.io/privacy-policy                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Toplyne Toplyne
ID peoaihngmiaedaldncdepgblcgffnmad
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/toplyne/peoaihngmiaedaldncdepgblcgffnmad
คำอธิบาย An extension that plugs into your CRM of choice to display Toplyne stats.
ขนาดไฟล์ 578 KB
จำนวนการติดตั้ง 183
เวอร์ชันปัจจุบัน 2.2.4
อัปเดตครั้งล่าสุด 2024-03-07
วันที่เผยแพร่ 2023-02-28
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://toplyne.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.toplyne.io/
URL หน้าช่วยเหลือ https://www.toplyne.io/
URL หน้านโยบายความเป็นส่วนตัว https://www.toplyne.io/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Toplyne",
    "version": "2.2.4",
    "description": "An extension that plugs into your CRM of choice to display Toplyne stats.",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.hubspot.com\/*",
                "https:\/\/*.zoho.com\/*",
                "https:\/\/*.zoho.in\/*",
                "https:\/\/*.zoho.eu\/*",
                "https:\/\/*.zoho.com.au\/*",
                "https:\/\/*.zoho.com.cn\/*",
                "https:\/\/*.zoho.jp\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js"
            ],
            "matches": [
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.hubspot.com\/*",
                "https:\/\/*.zoho.com\/*",
                "https:\/\/*.zoho.in\/*",
                "https:\/\/*.zoho.eu\/*",
                "https:\/\/*.zoho.com.au\/*",
                "https:\/\/*.zoho.com.cn\/*",
                "https:\/\/*.zoho.jp\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ],
    "oauth2": {
        "client_id": "492492892461-cj0nv4qhrbnhhhn7ko9n52q9j9jik4ms.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}