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文件

下載Lempod擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        # 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
官方網址 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\/*"
    ]
}