Swift Reply - ChatGPT for LinkedIn: replies +

ChatGPT comments / replies / posts for LinkedIn with personal customization and context-awareness

Swift Reply - ChatGPT for LinkedIn: replies +란 무엇입니까?

Swift Reply - ChatGPT for LinkedIn: replies +은(는) Unlim.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ChatGPT comments / replies / posts for LinkedIn with personal customization and context-awareness"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Swift Reply - ChatGPT for LinkedIn: replies + 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Swift Reply - is a tool that helps you to comment and post on LinkedIn with the power of ChatGPT, i.e. context awareness and human-like text generation. 

👉No need to read the post (or comment) that you want to reply/comment! AI analyzes the post that you want to comment - and gives you the best answer.  

👉You can customize your reply/comment choosing from many parameters - from personality traits to type and length of an answer. 

👉Swift Reply understands the context of LinkedIn posts and/or comments and therefore creates the best answer.

👉Choose from GPT 3.5 DaVinci or Turbo

Generated comments/replies are professionalized, unique and with no mistakes, they are noticed and appreciated by LinkedIn algorithm. This will raise your Social Selling Index 🗣 .

🎯And one more thing. Swift Reply generates a personal Direct Message with reference to the post or comment. No more fear of a blank page in DMs. 

⚡⚡⚡No subscriptions! Pay as you use! You can create as many replies as you need. No limitations.                    

확장 프로그램 기본 정보

이름 Swift Reply - ChatGPT for LinkedIn: replies + Swift Reply - ChatGPT for LinkedIn: replies +
ID hmmihfgkpbkkgkajgocbldhjhliajjin
공식 URL https://chromewebstore.google.com/detail/swift-reply-chatgpt-for-l/hmmihfgkpbkkgkajgocbldhjhliajjin
설명 ChatGPT comments / replies / posts for LinkedIn with personal customization and context-awareness
파일 크기 2.54 MB
설치 횟수 264
현재 버전 1.3
최근 업데이트 2023-04-30
출시 날짜 2023-04-21
평점 4.83/5 총 6 개의 평점
개발자 Unlim.ai
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://swiftreply.xyz/
도움말 페이지 URL https://swiftreply.xyz/faq.html
개인정보 보호 정책 페이지 URL https://swiftreply.xyz/privacy_policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Swift Reply - ChatGPT for LinkedIn: replies +",
    "description": "ChatGPT comments \/ replies \/ posts for LinkedIn with personal customization and context-awareness",
    "version": "1.3",
    "background": {
        "service_worker": "\/background.js"
    },
    "icons": {
        "16": "16.png",
        "128": "128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "16.png",
            "24": "24.png",
            "32": "32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "\/addBtns.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/api.linkedin.com\/v2\/me",
        "https:\/\/unlimbot.com\/*"
    ]
}