Snappy copy Extension

Make creating LinkedIn content easy

什麼是Snappy copy Extension?

Snappy copy Extension是由https://snappycopy.ai開發的Chrome擴展程式,該擴展的主要功能是“Make creating LinkedIn content easy”。

擴展截圖

screenshot
screenshot

下載Snappy copy Extension擴展crx文件

下載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
官方網址 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": []
    }
}