Snappy copy Extension

Make creating LinkedIn content easy

Snappy copy Extension là gì?

Snappy copy Extension là một tiện ích mở rộng Chrome được phát triển bởi https://snappycopy.ai, và tính năng chính của nó là "Make creating LinkedIn content easy".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Snappy copy Extension

Tải xuống các tệp mở rộng Snappy copy Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Snappy copy Extension Snappy copy Extension
ID pejjddacofaeobaepaenednmlkhgpnbn
URL Chính Thức https://chromewebstore.google.com/detail/snappy-copy-extension/pejjddacofaeobaepaenednmlkhgpnbn
Mô tả Make creating LinkedIn content easy
Kích Thước Tệp 20.59 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2023-07-11
Ngày Phát Hành 2023-06-18
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://snappycopy.ai
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://snappycopy.ai/
Ngôn Ngữ Được Hỗ Trợ 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": []
    }
}