LinkedRadar-Post Draft Editor for LinkedIn™

Create compelling LinkedIn™ posts, preview content and saving multiple drafts. Powered by OpenAI

Τι είναι το LinkedRadar-Post Draft Editor for LinkedIn™;

Το LinkedRadar-Post Draft Editor for LinkedIn™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον patrickoliver2653, και η κύρια λειτουργία του είναι "Create compelling LinkedIn™ posts, preview content and saving multiple drafts. Powered by OpenAI".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης LinkedRadar-Post Draft Editor for LinkedIn™

Λήψη αρχείων επέκτασης LinkedRadar-Post Draft Editor for LinkedIn™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        LinkedRadar is not just a LinkedIn™ post generator, but also a comprehensive tool that includes features such as the best time to post, how to post effectively, and the Post Inspector, which analyzes your post's engagement level and tone. 

Whether you're a seasoned marketer, sales professional, or just starting out on the platform, LinkedRadar is designed to streamline your content creation process and make it easier than ever to create compelling posts that engage your audience.

With LinkedRadar, you can create and save multiple drafts of your content, preview your posts before publishing, and optimize your strategy for maximum impact. Whether you're looking to generate leads, build your brand, or share valuable insights with your network, LinkedRadar has everything you need to succeed on LinkedIn™.

One of the key features of LinkedRadar is its easy-to-use interface, which allows you to quickly and easily create and save drafts of your posts. This is especially useful for those who like to plan ahead and want to have several options to choose from when it comes time to publish.

Another standout feature of LinkedRadar is post preview, which allows you to see exactly what your post will look like before you hit the publish button. This is a great way to ensure that your content is visually appealing and has the impact you want it to have.

In addition to its core features, LinkedRadar also includes a range of tools and resources to help you optimize your content strategy, including analytics and insights, best practices, and tips. Whether you're a seasoned pro or just starting out, LinkedRadar is your go-to resource for maximizing your LinkedIn™ success.

So why wait? If you're ready to take your LinkedIn™ content to the next level, download LinkedRadar today and start creating compelling posts with ease. With its powerful features, intuitive interface, and wealth of resources, LinkedRadar is the ultimate all-in-one content tool for LinkedIn™.

LinkedIn is a trademark of LinkedIn Inc., registered in the U.S. and other countries. This is an independent project and has no relationship to LinkedIn or LinkedIn Inc.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα LinkedRadar-Post Draft Editor for LinkedIn™ LinkedRadar-Post Draft Editor for LinkedIn™
ID gkaiahgeapeiokokalkgfoelfmcngfbf
Επίσημο URL https://chrome.google.com/webstore/detail/gkaiahgeapeiokokalkgfoelfmcngfbf
Περιγραφή Create compelling LinkedIn™ posts, preview content and saving multiple drafts. Powered by OpenAI
Μέγεθος Αρχείου 1.52 MB
Αριθμός Εγκαταστάσεων 134
Τρέχουσα Έκδοση 1.2.8
Τελευταία Ενημέρωση 2023-06-25
Ημερομηνία Δημοσίευσης 2023-04-15
Αξιολόγηση 4.94/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής patrickoliver2653
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://linkedradar.com
Διεύθυνση URL της Σελίδας Βοήθειας https://linkedradar.com
URL της Σελίδας Πολιτικής Απορρήτου https://linkedradar.com/linkedradar-private-policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "128": "icons\/logo.png"
    },
    "action": {
        "default_icon": {
            "128": "icons\/logo.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "js\/addButton-script.js"
            ],
            "css": [],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                "*:\/\/*.linkedradar.com\/*",
                "*:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.linkedradar.com\/*",
        "*:\/\/extensiondock.com\/*"
    ],
    "version": "1.2.8"
}