Norns AI

Use the most advanced lead intelligence from Norns AI.

Norns AI là gì?

Norns AI là một tiện ích mở rộng Chrome được phát triển bởi https://www.norns.ai, và tính năng chính của nó là "Use the most advanced lead intelligence from Norns AI.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Norns AI

Tải xuống các tệp mở rộng Norns AI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Are you a Sales Expert?
Automate researching activities and interests of your leads, qualify them precisely and build interests-based conversations that convert x3 better.

Are you B2B Marketer?
Produce only LinkedIn content proven to succeed. Stop wasting time for things that don't work anymore.
​
Let Norns AI find out what works best for you.

Examine every piece of activity specific leads and audiences perform on LinkedIn.

Sales Experts can:
⚖️ Qualify leads by their interests 
💡 Identify topics that matter for your leads and adopt your conversations
⚙️ Automate Lead researching

LinkedIn Marketers can:
✍️ Post content proven be engaging by your audience.
🤴 Behave like niche influencers to become as successful as they are
#️⃣ Use the most popular hashtags and topics to reach your leads or audiences

And many other things to improve your Outreach and LinkedIn content strategy.

🚀 Give Norns AI a try and start delivering the most effective outreach ever!

Visit https://norns.ai to learn more.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Norns AI Norns AI
ID gmgmieomcclinefgghfdlkbmngnphold
URL Chính Thức https://chromewebstore.google.com/detail/norns-ai/gmgmieomcclinefgghfdlkbmngnphold
Mô tả Use the most advanced lead intelligence from Norns AI.
Kích Thước Tệp 36.43 KB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 1.0.5.0
Cập Nhật Lần Cuối 2020-08-25
Ngày Phát Hành 2020-06-05
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.norns.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.norns.ai/intelligence
URL Trang Trợ Giúp https://www.norns.ai/intelligence
URL Trang Chính Sách Bảo Mật https://www.norns.ai/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Norns AI",
    "version": "1.0.5.0",
    "manifest_version": 2,
    "description": "Use the most advanced lead intelligence from Norns AI.",
    "homepage_url": "https:\/\/norns.ai",
    "icons": {
        "64": "icons\/icon_32.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "cookies",
        "notifications",
        "contextMenus",
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/*.norns.ai\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/app.norns.ai; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "src\/content.js"
            ]
        }
    ]
}