Norns AI
Use the most advanced lead intelligence from Norns AI.
Norns AIとは何ですか?
Norns AIはhttps://www.norns.aiによって開発されたChromeの拡張機能で、その主な機能は「Use the most advanced lead intelligence from Norns AI.」です。
拡張機能のスクリーンショット
Norns AI拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" ] } ] } |