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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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\/*" ] } |