linktime: Linkedin Extension
What's the best time to post on Linkedin ?
什么是linktime: Linkedin Extension?
linktime: Linkedin Extension是由https://linktime.co开发的Chrome扩展程序,该扩展的主要功能是“What's the best time to post on Linkedin ?”。
扩展截图
下载linktime: Linkedin Extension扩展crx文件
下载linktime: Linkedin Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | linktime: Linkedin Extension |
ID | leefhlpiieldibogmhbmpdkdjdddabji |
官方URL | https://chromewebstore.google.com/detail/linktime-linkedin-extensi/leefhlpiieldibogmhbmpdkdjdddabji |
简介 | What's the best time to post on Linkedin ? |
文件大小 | 231 KB |
安装次数 | 783 |
当前版本 | 1.2.12 |
更新时间 | 2024-03-05 |
上架时间 | 2024-02-10 |
评分 | 5.00/5 共23次评分 |
开发者 | https://linktime.co |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://linktime.co |
帮助页面URL | https://support.linktime.co |
隐私政策页面URL | https://vialec75.notion.site/linktime-Privacy-Policy-205885b165b04acdb6ff2bf83ea275a4?pvs=4 |
支持的语言 | 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" } } |