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 ?"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

linktime: Linkedin Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
    }
}