Kleo

Kleo is the browser extension that helps you discover and create the best LinkedIn content.

Kleo란 무엇입니까?

Kleo은(는) https://kleo.so에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Kleo is the browser extension that helps you discover and create the best LinkedIn content."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Kleo 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Upgrade your LinkedIn experience:

- View a range of popular posts
- Study any creator’s content
- Use filters to better navigate posts
- Locate specific posts in one search
- Preview your content before posting
- Improve the look of your content

Simply install the extension and start using Kleo the next time you visit LinkedIn in your browser.                    

확장 프로그램 기본 정보

이름 Kleo Kleo
ID jdedmecbcembcmlddbchlmmoglcldghe
공식 URL https://chromewebstore.google.com/detail/kleo/jdedmecbcembcmlddbchlmmoglcldghe
설명 Kleo is the browser extension that helps you discover and create the best LinkedIn content.
파일 크기 851 KB
설치 횟수 10,000
현재 버전 0.189.0
최근 업데이트 2024-02-13
출시 날짜 2023-10-25
평점 4.70/5 총 44 개의 평점
개발자 https://kleo.so
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://kleo.so/
도움말 페이지 URL https://kleo.so/contact
개인정보 보호 정책 페이지 URL https://kleo.so/privacy-policy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.189.0",
    "author": "Kleo",
    "name": "Kleo",
    "description": "Kleo is the browser extension that helps you discover and create the best LinkedIn content.",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "content.883ade9e.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "*:\/\/*.linkedin.com\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsui1G8Kct\/rUTjRMu22PsVYKSg3SuzApZQ3tMhekwBn8OSW+c3+JjqRtnog\/6tP4doBuRm4jXmN9GxCcOS9StFVQvxtnrsW7554syDzBIvuT0a3RW\/4oicwxKZpj0Mhwq3\/+PQ4mSXMtGCjBtz2U3II4m2uA9g2\/aly2l+FzD\/qa7Aj\/1YEojxjn1qt2j2BKMQzTtDfltG3u0qMIEfeIBYSFajSWI254\/\/NMKqJQ9T4xu9d\/D6lILXioHlfZHUMA9KaVE0L\/UPex9pX3Fd8J8cTJAXAf6TSI2nsFzsWHEcuiYG5hax5tRWj\/Dk460Y+XswV9Of8xSg8AEM6RikDsgwIDAQAB",
    "web_accessible_resources": [
        {
            "resources": [
                "options.html"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "jdedmecbcembcmlddbchlmmoglcldghe"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "resources": [
                "browser.b5162804.js",
                "content.6e038a4b.css"
            ]
        }
    ]
}