Snappy copy Extension

Make creating LinkedIn content easy

Was ist Snappy copy Extension?

Snappy copy Extension ist eine Chrome-Erweiterung, die von https://snappycopy.ai entwickelt wurde, und ihr Hauptmerkmal ist "Make creating LinkedIn content easy".

Erweiterungsscreenshots

screenshot
screenshot

Snappy copy Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Snappy copy Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Snappy copy Extension Snappy copy Extension
ID pejjddacofaeobaepaenednmlkhgpnbn
Offizielle URL https://chromewebstore.google.com/detail/snappy-copy-extension/pejjddacofaeobaepaenednmlkhgpnbn
Beschreibung Make creating LinkedIn content easy
Dateigröße 20.59 KB
Installationsanzahl 27
Aktuelle Version 0.0.2
Letztes Update 2023-07-11
Veröffentlichungsdatum 2023-06-18
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler https://snappycopy.ai
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://snappycopy.ai/
Unterstützte Sprachen 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": []
    }
}