linktime: Linkedin Extension
What's the best time to post on Linkedin ?
linktime: Linkedin Extensionคืออะไร?
linktime: Linkedin Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://linktime.co และคุณลักษณะหลักของมันคือ "What's the best time to post on Linkedin ?"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย linktime: Linkedin Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |