Norns AI

Use the most advanced lead intelligence from Norns AI.

Τι είναι το Norns AI;

Το Norns AI είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.norns.ai, και η κύρια λειτουργία του είναι "Use the most advanced lead intelligence from Norns AI.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Norns AI

Λήψη αρχείων επέκτασης Norns AI σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Norns AI Norns AI
ID gmgmieomcclinefgghfdlkbmngnphold
Επίσημο URL https://chromewebstore.google.com/detail/norns-ai/gmgmieomcclinefgghfdlkbmngnphold
Περιγραφή Use the most advanced lead intelligence from Norns AI.
Μέγεθος Αρχείου 36.43 KB
Αριθμός Εγκαταστάσεων 53
Τρέχουσα Έκδοση 1.0.5.0
Τελευταία Ενημέρωση 2020-08-25
Ημερομηνία Δημοσίευσης 2020-06-05
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://www.norns.ai
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.norns.ai/intelligence
Διεύθυνση URL της Σελίδας Βοήθειας https://www.norns.ai/intelligence
URL της Σελίδας Πολιτικής Απορρήτου https://www.norns.ai/privacy
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}