Snappy copy Extension

Make creating LinkedIn content easy

Vad är Snappy copy Extension?

Snappy copy Extension är en Chrome-tillägg utvecklad av https://snappycopy.ai, och dess huvudfunktion är "Make creating LinkedIn content easy".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Snappy copy Extension-förlängningens CRX-fil

Ladda ner Snappy copy Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/                    

Grundläggande Information om Tillägg

Namn Snappy copy Extension Snappy copy Extension
ID pejjddacofaeobaepaenednmlkhgpnbn
Officiell webbadress https://chromewebstore.google.com/detail/snappy-copy-extension/pejjddacofaeobaepaenednmlkhgpnbn
Beskrivning Make creating LinkedIn content easy
Filstorlek 20.59 KB
Antal Installationer 27
Aktuell Version 0.0.2
Senast Uppdaterad 2023-07-11
Publiceringsdatum 2023-06-18
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare https://snappycopy.ai
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://snappycopy.ai/
Stödda Språk 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": []
    }
}