Lempod

Lempod helps you reach a much bigger audience with your content.

Lempod란 무엇입니까?

Lempod은(는) https://lempod.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lempod helps you reach a much bigger audience with your content."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        # What is it for?

Lempod helps you reach a much bigger audience with your content and visualize LinkedIn post engagement with real-time analytics.

# How does this work?

Lempod is the biggest marketplace of LinkedIn Engagement Groups where other LinkedIn content makers support each other with mutual agreement.

# How to use Lempod?

1. Install Lempod Chrome Extension
2. Join relevant pods (or create your own pod and invite people)
3. Share your post to Lempod, so other pod members will support you with likes and comments.


# How do we handle your data?

Please visit https://lempod.com/your-data-privacy/ to read the Lempod Privacy Policy, which includes:
- Introduction and Purpose
- Collection of Personal Information
- Use and Sharing of Personal Information
- Protection of Personal Information
- Individual Rights
- Cross-Border Data Transfers                    

확장 프로그램 기본 정보

이름 Lempod Lempod
ID enhlpaddcpfdkpobcaknpcmpfkgepgab
공식 URL https://chromewebstore.google.com/detail/lempod/enhlpaddcpfdkpobcaknpcmpfkgepgab
설명 Lempod helps you reach a much bigger audience with your content.
파일 크기 16.52 KB
설치 횟수 13,255
현재 버전 7.2.1
최근 업데이트 2024-02-01
출시 날짜 2020-05-14
평점 4.38/5 총 151 개의 평점
개발자 https://lempod.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://lempod.com
도움말 페이지 URL https://support.lempod.com
개인정보 보호 정책 페이지 URL https://lempod.com/your-data-privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Lempod",
    "version": "7.2.1",
    "default_locale": "en",
    "description": "Lempod helps you reach a much bigger audience with your content.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png"
    },
    "short_name": "Lempod",
    "homepage_url": "https:\/\/lempod.com",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/icon64.png",
        "default_title": "Lempod",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "tabs",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/app.lempod.com\/*"
    ]
}