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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Tappy - Your AI LinkedIn Comments Assistant擴展crx文件

下載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 Tappy - Your AI LinkedIn Comments Assistant
ID hbcdhdfokpdbnhfggebeeiokjjlfnffk
官方網址 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"
    }
}