Lempod

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

Lempod क्या है?

Lempod https://lempod.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lempod helps you reach a much bigger audience with your content."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Lempod एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}