linktime: Linkedin Extension
What's the best time to post on Linkedin ?
Qu'est-ce que linktime: Linkedin Extension ?
linktime: Linkedin Extension est une extension Chrome développée par https://linktime.co, et sa fonction principale est "What's the best time to post on Linkedin ?".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension linktime: Linkedin Extension
Téléchargez les fichiers d'extension linktime: Linkedin Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | linktime: Linkedin Extension |
ID | leefhlpiieldibogmhbmpdkdjdddabji |
URL Officiel | https://chromewebstore.google.com/detail/linktime-linkedin-extensi/leefhlpiieldibogmhbmpdkdjdddabji |
Description | What's the best time to post on Linkedin ? |
Taille du Fichier | 231 KB |
Nombre d'Installations | 783 |
Version Actuelle | 1.2.12 |
Dernière Mise à Jour | 2024-03-05 |
Date de Publication | 2024-02-10 |
Évaluation | 5.00/5 Total 23 Évaluations |
Développeur | https://linktime.co |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://linktime.co |
URL de la Page d'Aide | https://support.linktime.co |
URL de la Page de Politique de Confidentialité | https://vialec75.notion.site/linktime-Privacy-Policy-205885b165b04acdb6ff2bf83ea275a4?pvs=4 |
Langues Prises en Charge | 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" } } |