linktime: Linkedin Extension

What's the best time to post on Linkedin ?

Co to jest linktime: Linkedin Extension?

linktime: Linkedin Extension to rozszerzenie Chrome opracowane przez https://linktime.co, a jego główną funkcją jest „What's the best time to post on Linkedin ?”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia linktime: Linkedin Extension

Pobierz pliki rozszerzeń linktime: Linkedin Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        The optimal time to share content on LinkedIn is when your audience is most active and ready to engage.

By analyzing when your audience is the most active, we understand their connection habits.

And create graphs everyday that help us determine the perfect timing for each of your posts.

 You spend hours on the right post, to post it at the wrong time.

Stop wasting your effort and try linktime now, it’s free.                    

Podstawowe informacje o rozszerzeniu

Nazwa linktime: Linkedin Extension linktime: Linkedin Extension
ID leefhlpiieldibogmhbmpdkdjdddabji
Oficjalny URL https://chromewebstore.google.com/detail/linktime-linkedin-extensi/leefhlpiieldibogmhbmpdkdjdddabji
Opis What's the best time to post on Linkedin ?
Rozmiar pliku 231 KB
Liczba instalacji 783
Aktualna Wersja 1.2.12
Ostatnia Aktualizacja 2024-03-05
Data Publikacji 2024-02-10
Ocena 5.00/5 Łącznie 23 Oceny
Deweloper https://linktime.co
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://linktime.co
Adres URL Strony Pomocy https://support.linktime.co
Adres URL Strony Polityki Prywatności https://vialec75.notion.site/linktime-Privacy-Policy-205885b165b04acdb6ff2bf83ea275a4?pvs=4
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "linktime: Linkedin Extension",
    "version": "1.2.12",
    "description": "What's the best time to post on Linkedin ?",
    "permissions": [
        "identity",
        "identity.email",
        "storage",
        "unlimitedStorage",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/",
        "https:\/\/api.notion.com\/v1\/pages\/"
    ],
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    }
}