Snappy copy Extension

Make creating LinkedIn content easy

Snappy copy Extensionคืออะไร?

Snappy copy Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://snappycopy.ai และคุณลักษณะหลักของมันคือ "Make creating LinkedIn content easy"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snappy copy Extension

ดาวน์โหลดไฟล์ส่วนขยาย Snappy copy Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Enhance your LinkedIn experience with the Snappy Copy extension, your personal assistant for crafting engaging content on LinkedIn.

Whether it's a post, comment, connection request, or InMail message, our AI-powered tool helps you compose compelling and personalized messages that resonate with your audience. Streamline your content creation process and engage more effectively with your professional network.

Key Features:

- Post Composer: Generate unique post ideas and draft compelling content that grabs your audience's attention.
- Smart Comment Assistant: Craft thoughtful comments that promote meaningful dialogue and engagement.
- Connection & InMail : Send personalized connection requests and InMail messages that stand out.

With Snappy Copy, you're just a click away from creating powerful LinkedIn content that propels your professional growth. Install today and become a LinkedIn pro!

https://snappycopy.ai/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Snappy copy Extension Snappy copy Extension
ID pejjddacofaeobaepaenednmlkhgpnbn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/snappy-copy-extension/pejjddacofaeobaepaenednmlkhgpnbn
คำอธิบาย Make creating LinkedIn content easy
ขนาดไฟล์ 20.59 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2023-07-11
วันที่เผยแพร่ 2023-06-18
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://snappycopy.ai
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://snappycopy.ai/
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snappy copy Extension",
    "description": "Make creating LinkedIn content easy",
    "version": "0.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "action": {
        "default_icon": {
            "16": "images\/logo_transparent_background2.png",
            "48": "images\/logo_transparent_background2.png",
            "128": "images\/logo_transparent_background2.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/logo_transparent_background2.png",
        "48": "images\/logo_transparent_background2.png",
        "128": "images\/logo_transparent_background2.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": []
    }
}