Tappy - Your AI LinkedIn Comments Assistant
Grow your personal brand on LinkedIn
Tappy - Your AI LinkedIn Comments Assistantคืออะไร?
Tappy - Your AI LinkedIn Comments Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย patrick และคุณลักษณะหลักของมันคือ "Grow your personal brand on LinkedIn"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tappy - Your AI LinkedIn Comments Assistant
ดาวน์โหลดไฟล์ส่วนขยาย Tappy - Your AI LinkedIn Comments Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |