Lempod

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

Was ist Lempod?

Lempod ist eine Chrome-Erweiterung, die von https://lempod.com entwickelt wurde, und ihr Hauptmerkmal ist "Lempod helps you reach a much bigger audience with your content.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Lempod-Erweiterungs-CRX-Datei herunterladen

Laden Sie Lempod-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        # 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                    

Grundlegende Informationen zur Erweiterung

Name Lempod Lempod
ID enhlpaddcpfdkpobcaknpcmpfkgepgab
Offizielle URL https://chromewebstore.google.com/detail/lempod/enhlpaddcpfdkpobcaknpcmpfkgepgab
Beschreibung Lempod helps you reach a much bigger audience with your content.
Dateigröße 16.52 KB
Installationsanzahl 13,255
Aktuelle Version 7.2.1
Letztes Update 2024-02-01
Veröffentlichungsdatum 2020-05-14
Bewertung 4.38/5 Insgesamt 151 Bewertungen
Entwickler https://lempod.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://lempod.com
Hilfeseite URL https://support.lempod.com
URL der Datenschutzrichtlinien-Seite https://lempod.com/your-data-privacy
Unterstützte Sprachen 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\/*"
    ]
}