linktime: Linkedin Extension
What's the best time to post on Linkedin ?
linktime: Linkedin Extension क्या है?
linktime: Linkedin Extension https://linktime.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "What's the best time to post on Linkedin ?"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में linktime: Linkedin Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |