Replai – AI Replies for Twitter & LinkedIn

Create meaningful replies 10x faster with just 1 click, with Chat-GPT for Twitter & LinkedIn.

Replai – AI Replies for Twitter & LinkedIn란 무엇입니까?

Replai – AI Replies for Twitter & LinkedIn은(는) Sergey Bunas에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create meaningful replies 10x faster with just 1 click, with Chat-GPT for Twitter & LinkedIn."입니다.

확장 프로그램 스크린샷

screenshot

Replai – AI Replies for Twitter & LinkedIn 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        🤯Create meaningful replies 10x faster in 2 minutes with AI

Replai.so is the easiest way to connect with the community, look clever, funny, professional on social media, appear smarter and grow your audience with 10x less effort.

📈Unlock your productivity and keep in touch with community:
1. Grow your audience with Replai.so
2. Make custom reactions
3. Connecting with community
4. Finding Icebreaker for tweets
5. Creating viral jokes
6. Increase Interaction
7. Get clean desing and free updates

🙁We know, that getting bigger on Twitter is not a piece of cake:
– Fear of a blank page 
– Growing is difficult 
– Great replies take a lot of effort 

🤩Be clever, be funny, be followed, be loved with 10x less effort with Replai.so – install Chrome extension                    

확장 프로그램 기본 정보

이름 Replai – AI Replies for Twitter & LinkedIn Replai – AI Replies for Twitter & LinkedIn
ID ompendcjjegjkojdkagdoohbbjcaaopb
공식 URL https://chromewebstore.google.com/detail/replai-%E2%80%93-ai-replies-for-t/ompendcjjegjkojdkagdoohbbjcaaopb
설명 Create meaningful replies 10x faster with just 1 click, with Chat-GPT for Twitter & LinkedIn.
파일 크기 94.17 KB
설치 횟수 4,408
현재 버전 2.0.1
최근 업데이트 2024-02-26
출시 날짜 2022-12-20
평점 4.86/5 총 198 개의 평점
개발자 Sergey Bunas
이메일 [email protected]
결제 유형 in_app
개인정보 보호 정책 페이지 URL https://replai.so/privacy_policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Create meaningful replies 10x faster with just 1 click, with Chat-GPT for Twitter & LinkedIn.",
    "version": "2.0.1",
    "name": "Replai \u2013 AI Replies for Twitter & LinkedIn",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/x.com\/*",
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/www.producthunt.com\/*",
                "https:\/\/app.replai.so\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_start"
        }
    ]
}