Norns AI

Use the most advanced lead intelligence from Norns AI.

What is Norns AI?

Norns AI is a Chrome extension developed by https://www.norns.ai, and its main feature is "Use the most advanced lead intelligence from Norns AI.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Norns AI Extension CRX File

Download Norns AI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Norns AI Norns AI
ID gmgmieomcclinefgghfdlkbmngnphold
Official URL https://chromewebstore.google.com/detail/norns-ai/gmgmieomcclinefgghfdlkbmngnphold
Description Use the most advanced lead intelligence from Norns AI.
File Size 36.43 KB
Installation Count 53
Current Version 1.0.5.0
Last Updated 2020-08-25
Publish Date 2020-06-05
Rating 5.00/5 Total 2 Ratings
Developer https://www.norns.ai
Email [email protected]
Payment Type free
Extension Website https://www.norns.ai/intelligence
Help Page URL https://www.norns.ai/intelligence
Privacy Policy Page URL https://www.norns.ai/privacy
Supported Languages 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"
            ]
        }
    ]
}