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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } ] } |