linktime: Linkedin Extension
What's the best time to post on Linkedin ?
What is linktime: Linkedin Extension?
linktime: Linkedin Extension is a Chrome extension developed by https://linktime.co, and its main feature is "What's the best time to post on Linkedin ?".
Extension Screenshots
Download linktime: Linkedin Extension Extension CRX File
Download linktime: Linkedin Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | linktime: Linkedin Extension |
ID | leefhlpiieldibogmhbmpdkdjdddabji |
Official URL | https://chromewebstore.google.com/detail/linktime-linkedin-extensi/leefhlpiieldibogmhbmpdkdjdddabji |
Description | What's the best time to post on Linkedin ? |
File Size | 231 KB |
Installation Count | 783 |
Current Version | 1.2.12 |
Last Updated | 2024-03-05 |
Publish Date | 2024-02-10 |
Rating | 5.00/5 Total 23 Ratings |
Developer | https://linktime.co |
[email protected] | |
Payment Type | free |
Extension Website | https://linktime.co |
Help Page URL | https://support.linktime.co |
Privacy Policy Page URL | https://vialec75.notion.site/linktime-Privacy-Policy-205885b165b04acdb6ff2bf83ea275a4?pvs=4 |
Supported Languages | 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" } } |