linktime: Linkedin Extension

What's the best time to post on Linkedin ?

linktime: Linkedin Extension là gì?

linktime: Linkedin Extension là một tiện ích mở rộng Chrome được phát triển bởi https://linktime.co, và tính năng chính của nó là "What's the best time to post on Linkedin ?".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng linktime: Linkedin Extension

Tải xuống các tệp mở rộng linktime: Linkedin Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên linktime: Linkedin Extension linktime: Linkedin Extension
ID leefhlpiieldibogmhbmpdkdjdddabji
URL Chính Thức https://chromewebstore.google.com/detail/linktime-linkedin-extensi/leefhlpiieldibogmhbmpdkdjdddabji
Mô tả What's the best time to post on Linkedin ?
Kích Thước Tệp 231 KB
Số Lần Cài Đặt 783
Phiên Bản Hiện Tại 1.2.12
Cập Nhật Lần Cuối 2024-03-05
Ngày Phát Hành 2024-02-10
Đánh Giá 5.00/5 Tổng số 23 Đánh Giá
Nhà Phát Triển https://linktime.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://linktime.co
URL Trang Trợ Giúp https://support.linktime.co
URL Trang Chính Sách Bảo Mật https://vialec75.notion.site/linktime-Privacy-Policy-205885b165b04acdb6ff2bf83ea275a4?pvs=4
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}