linktime: Linkedin Extension

What's the best time to post on Linkedin ?

Vad är linktime: Linkedin Extension?

linktime: Linkedin Extension är en Chrome-tillägg utvecklad av https://linktime.co, och dess huvudfunktion är "What's the best time to post on Linkedin ?".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner linktime: Linkedin Extension-förlängningens CRX-fil

Ladda ner linktime: Linkedin 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

                        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.                    

Grundläggande Information om Tillägg

Namn linktime: Linkedin Extension linktime: Linkedin Extension
ID leefhlpiieldibogmhbmpdkdjdddabji
Officiell webbadress https://chromewebstore.google.com/detail/linktime-linkedin-extensi/leefhlpiieldibogmhbmpdkdjdddabji
Beskrivning What's the best time to post on Linkedin ?
Filstorlek 231 KB
Antal Installationer 783
Aktuell Version 1.2.12
Senast Uppdaterad 2024-03-05
Publiceringsdatum 2024-02-10
Betyg 5.00/5 Totalt 23 Betyg
Utvecklare https://linktime.co
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://linktime.co
Hjälpsida URL https://support.linktime.co
URL till Sekretesspolicy Sidan https://vialec75.notion.site/linktime-Privacy-Policy-205885b165b04acdb6ff2bf83ea275a4?pvs=4
Stödda Språk 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"
    }
}