Lempod
Lempod helps you reach a much bigger audience with your content.
Qu'est-ce que Lempod ?
Lempod est une extension Chrome développée par https://lempod.com, et sa fonction principale est "Lempod helps you reach a much bigger audience with your content.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lempod
Téléchargez les fichiers d'extension Lempod au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
# 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
Informations de Base sur l'Extension
Nom | Lempod |
ID | enhlpaddcpfdkpobcaknpcmpfkgepgab |
URL Officiel | https://chromewebstore.google.com/detail/lempod/enhlpaddcpfdkpobcaknpcmpfkgepgab |
Description | Lempod helps you reach a much bigger audience with your content. |
Taille du Fichier | 16.52 KB |
Nombre d'Installations | 13,255 |
Version Actuelle | 7.2.1 |
Dernière Mise à Jour | 2024-02-01 |
Date de Publication | 2020-05-14 |
Évaluation | 4.38/5 Total 151 Évaluations |
Développeur | https://lempod.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://lempod.com |
URL de la Page d'Aide | https://support.lempod.com |
URL de la Page de Politique de Confidentialité | https://lempod.com/your-data-privacy |
Langues Prises en Charge | 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\/*" ] } |