linktime: Linkedin Extension
What's the best time to post on Linkedin ?
Cos'è linktime: Linkedin Extension?
linktime: Linkedin Extension è un'estensione di Chrome sviluppata da https://linktime.co, e la sua funzione principale è "What's the best time to post on Linkedin ?".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione linktime: Linkedin Extension
Scarica i file di estensione linktime: Linkedin Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | linktime: Linkedin Extension |
ID | leefhlpiieldibogmhbmpdkdjdddabji |
URL Ufficiale | https://chromewebstore.google.com/detail/linktime-linkedin-extensi/leefhlpiieldibogmhbmpdkdjdddabji |
Descrizione | What's the best time to post on Linkedin ? |
Dimensione del File | 231 KB |
Conteggio Installazioni | 783 |
Versione Corrente | 1.2.12 |
Ultimo Aggiornamento | 2024-03-05 |
Data di Pubblicazione | 2024-02-10 |
Valutazione | 5.00/5 Totale 23 Valutazioni |
Sviluppatore | https://linktime.co |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://linktime.co |
URL della Pagina di Aiuto | https://support.linktime.co |
URL della Pagina della Politica sulla Privacy | https://vialec75.notion.site/linktime-Privacy-Policy-205885b165b04acdb6ff2bf83ea275a4?pvs=4 |
Lingue Supportate | 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" } } |