Flamingo for LinkedIn
Categorize your chats and keep an overview of your messages.
What is Flamingo for LinkedIn?
Flamingo for LinkedIn is a Chrome extension developed by flamingo, and its main feature is "Categorize your chats and keep an overview of your messages.".
Extension Screenshots
Download Flamingo for LinkedIn Extension CRX File
Download Flamingo for LinkedIn extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
🚫 Nie wieder Chaos im LinkedIn-Chat! ⦿ Chaotisches Postfach? Nutze Inboxen, um den Überblick zu behalten ⦿ Spam Nachrichten? Blockiere sie mit einem Klick All das kann der neue LinkedIn Messenger Flamingo. Und zwar direkt als Chrome Erweiterung auf LinkedIn. Nach einem Jahr Entwicklung und monatelangen Tests kann ihn jetzt endlich JEDER nutzen. Du willst nie wieder vergessen, wichtigen Leuten zu antworten? 👉 Dann installiere jetzt LinkedIn, indem du den Button oben klickst. PS: In nächster Zeit kommen viele neue Funktionen dazu. Hier ein Ausblick: ⦿ Verwandle chaotische Chats in eine übersichtliche To-Do-Liste Antwort abgeschickt? Check it off! Und das Beste: Am Ende bleibt eine leere, super befriedigende To-Do-Liste. ⦿ KI-Kopilot: Schreibe Nachrichten aus Stichpunkten, Spam-Erkennung, Automatische Kategorisierung von Chats, Erstellung von Lead-Scores, Zusammenfassung von Chats, etc. ⦿ Phasen: Organisiere und verfolge deine Leads Status-Tracking innerhalb von Inboxen, Filterfunktion für verschiedene Stadien, Erstellung aktueller Reports über deinen Funnel
Extension Basic Information
Name | Flamingo for LinkedIn |
ID | jgbnbeibkdooefdklbkcnfooggcoeifk |
Official URL | https://chromewebstore.google.com/detail/flamingo-for-linkedin/jgbnbeibkdooefdklbkcnfooggcoeifk |
Description | Categorize your chats and keep an overview of your messages. |
File Size | 3.14 MB |
Installation Count | 174 |
Current Version | 1.9.1 |
Last Updated | 2024-02-20 |
Publish Date | 2022-11-18 |
Rating | 5.00/5 Total 9 Ratings |
Developer | flamingo |
[email protected] | |
Payment Type | free |
Extension Website | https://flamingo.tools |
Help Page URL | https://whfbt68b5e1.typeform.com/to/zY0SuchP |
Privacy Policy Page URL | https://www.flamingo.tools/legal/privacy-policy |
Supported Languages | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Flamingo for LinkedIn", "version": "1.9.1", "description": "Categorize your chats and keep an overview of your messages.", "author": "https:\/\/github.com\/LinusBolls", "homepage_url": "https:\/\/flamingo.tools", "icons": { "16": "assets\/flamingoLogo_16.png", "32": "assets\/flamingoLogo_32.png", "48": "assets\/flamingoLogo_48.png", "128": "assets\/flamingoLogo_128.png" }, "permissions": [ "activeTab", "storage", "cookies", "webRequest", "scripting" ], "host_permissions": [ "https:\/\/www.linkedin.com\/" ], "content_scripts": [ { "js": [ "index.js", "loadGlobalFlamingoStyles.js" ], "matches": [ "*:\/\/*.linkedin.com\/*", "*:\/\/*.flamingo.tools\/*", "*:\/\/*.sentry.io\/*" ], "run_at": "document_idle" } ], "background": { "service_worker": "background\/index.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "assets\/*" ], "matches": [ " |