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 ?".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة linktime: Linkedin Extension

قم بتنزيل ملفات الامتداد linktime: Linkedin Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة المساعدة https://support.linktime.co
عنوان صفحة سياسة الخصوصية 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"
    }
}