Tappy - Your AI LinkedIn Comments Assistant

Grow your personal brand on LinkedIn

Qu'est-ce que Tappy - Your AI LinkedIn Comments Assistant ?

Tappy - Your AI LinkedIn Comments Assistant est une extension Chrome développée par patrick, et sa fonction principale est "Grow your personal brand on LinkedIn".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tappy - Your AI LinkedIn Comments Assistant

Téléchargez les fichiers d'extension Tappy - Your AI LinkedIn Comments Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Tappy - Your AI LinkedIn Comments Assistant Tappy - Your AI LinkedIn Comments Assistant
ID hbcdhdfokpdbnhfggebeeiokjjlfnffk
URL Officiel https://chromewebstore.google.com/detail/tappy-your-ai-linkedin-co/hbcdhdfokpdbnhfggebeeiokjjlfnffk
Description Grow your personal brand on LinkedIn
Taille du Fichier 107 KB
Nombre d'Installations 837
Version Actuelle 0.2.5
Dernière Mise à Jour 2023-09-27
Date de Publication 2022-12-25
Évaluation 5.00/5 Total 2 Évaluations
Développeur patrick
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.tappy.ai/
URL de la Page de Politique de Confidentialité https://www.tappy.ai/privacy-policy
Langues Prises en Charge 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"
    }
}