Tappy - Your AI LinkedIn Comments Assistant
Grow your personal brand on LinkedIn
Tappy - Your AI LinkedIn Comments Assistant란 무엇입니까?
Tappy - Your AI LinkedIn Comments Assistant은(는) patrick에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Grow your personal brand on LinkedIn"입니다.
확장 프로그램 스크린샷
Tappy - Your AI LinkedIn Comments Assistant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tappy is your AI LinkedIn Comments assistant, trained to generate a reply to LinkedIn posts in one tap using a variety of styles - thoughtful comments, insightful questions, language to spark disagreements, and many others. Most generative AI text lacks personality. Tappy is trained to respond in a more casual and personal tone, so your AI comments feel more natural. Select from one of 3 voice templates to better match your voice on LinkedIn. Or train a custom and personalized AI model based on your recent LinkedIn comments to exactly match your own personal brand voice. Tappy is a huge time-saver if you are growing your personal brand on LinkedIn, connecting with prospects during your sales process, or recruiting on LinkedIn.
확장 프로그램 기본 정보
이름 | Tappy - Your AI LinkedIn Comments Assistant |
ID | hbcdhdfokpdbnhfggebeeiokjjlfnffk |
공식 URL | https://chromewebstore.google.com/detail/tappy-your-ai-linkedin-co/hbcdhdfokpdbnhfggebeeiokjjlfnffk |
설명 | Grow your personal brand on LinkedIn |
파일 크기 | 107 KB |
설치 횟수 | 837 |
현재 버전 | 0.2.5 |
최근 업데이트 | 2023-09-27 |
출시 날짜 | 2022-12-25 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | patrick |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://www.tappy.ai/ |
개인정보 보호 정책 페이지 URL | https://www.tappy.ai/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "action": [], "name": "Tappy - Your AI LinkedIn Comments Assistant", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "version": "0.2.5", "description": "Grow your personal brand on LinkedIn", "permissions": [ "storage" ], "options_page": "src\/options.html", "host_permissions": [ "https:\/\/www.tappy.ai\/*" ], "options_ui": { "browser_style": true, "page": "src\/options.html", "open_in_tab": true }, "web_accessible_resources": [ { "resources": [ "icons\/icon16.png", "icons\/icon128.png" ], "matches": [ "https:\/\/www.linkedin.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "js": [ "src\/app\/jquery-3.6.1.min.js", "src\/app\/index.js" ], "css": [ "src\/app\/styles.css" ], "run_at": "document_start" } ], "background": { "service_worker": "src\/background.js", "type": "module" } } |