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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Grow your personal brand on LinkedIn"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tappy - Your AI LinkedIn Comments Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |