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 |
官方網址 | 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" } } |