PerfectPost: makes Linkedin 10x better

A browser extension to improve your writing experience on LinkedIn

Co je PerfectPost: makes Linkedin 10x better?

PerfectPost: makes Linkedin 10x better je rozšíření Chrome vyvinuté https://perfectpost.social, a jeho hlavní funkcí je „A browser extension to improve your writing experience on LinkedIn“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření PerfectPost: makes Linkedin 10x better

Stáhněte si soubory rozšíření PerfectPost: makes Linkedin 10x better ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Works with Linkedin and allows you to add all the features you've been dreaming of to it.

🖋 Style bar: easily add bold, italic, and emojis to your post 😁

💬 Writing assistant: to help you write better posts more easily and quickly

💾 Draft saving and scheduling: organize and save directly on Linkedin for your next publications.

📲 Mobile display: View your publication on a smartphone

🤩 The "see more" line to see where the "...see more" will cut your post.

And a bunch of other surprises that you'll discover as you go!                    

Základní Informace o Rozšíření

Název PerfectPost: makes Linkedin 10x better PerfectPost: makes Linkedin 10x better
ID bagapgnffhmfccajdbbjcgalkphdjccn
Oficiální URL https://chromewebstore.google.com/detail/perfectpost-makes-linkedi/bagapgnffhmfccajdbbjcgalkphdjccn
Popis A browser extension to improve your writing experience on LinkedIn
Velikost souboru 284 KB
Počet instalací 10,000
Aktuální Verze 24.2.7
Poslední Aktualizace 2024-02-08
Datum Vydání 2021-11-19
Hodnocení 4.91/5 Celkem 81 Hodnocení
Vývojář https://perfectpost.social
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://perfectpost.social
URL Stránky Nápovědy https://perfectpost.social
URL Stránky Zásad Ochrany Soukromí https://perfectpost.notion.site/Politique-de-confidentialite-0b79422f276846e595bcd482e839bf29
Podporované Jazyky en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "24.2.7",
    "short_name": "PerfectPost",
    "homepage_url": "https:\/\/perfectpost.social",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "images\/pp_icon16.png",
        "32": "images\/pp_icon32.png",
        "48": "images\/pp_icon48.png",
        "128": "images\/pp_icon128.png",
        "256": "images\/pp_icon256.png",
        "512": "images\/pp_icon512.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "linkedin.js"
            ],
            "css": [
                "linkedin.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.perfectpost.fr\/*"
            ],
            "run_at": "document_start",
            "js": [
                "perfectpost.js"
            ]
        }
    ],
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "webRequest"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/*.linkedin.com\/*"
    ]
}