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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sergey Bunas และคุณลักษณะหลักของมันคือ "Create meaningful replies 10x faster with just 1 click, with Chat-GPT for Twitter & LinkedIn."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Replai – AI Replies for Twitter & LinkedIn

ดาวน์โหลดไฟล์ส่วนขยาย Replai – AI Replies for Twitter & LinkedIn ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        🤯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"
        }
    ]
}