Brandengine.ai
Using GPT to help you comment better, easier & faster
Was ist Brandengine.ai?
Brandengine.ai ist eine Chrome-Erweiterung, die von https://brandengine.ai entwickelt wurde, und ihr Hauptmerkmal ist "Using GPT to help you comment better, easier & faster".
Erweiterungsscreenshots
Brandengine.ai-Erweiterungs-CRX-Datei herunterladen
Laden Sie Brandengine.ai-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
10x LinkedIn engagement by commenting like a PRO. One click is all it takes. 📢 Update V1.0.6: ✅ Added new comment Language option Powered by OpenAI GPT model. Now you can ditch away the common reply and supercharge your comment that impress your creators and continues the conversation. No more boring reply: ❌ "Great advice!" ❌ "Thanks for sharing!" ❌ "👍" What you get? ✅ Daily free comments ✅ Powered by OpenAI GPT ✅ Customizable prompt & tone Don't settle for generic and unoriginal comments any longer - let our AI-powered tool help you create unique and impactful messages that showcase your expertise and thought leadership. Download our Chrome extension today and start commenting like a PRO!
Grundlegende Informationen zur Erweiterung
Name | Brandengine.ai |
ID | ehghldfhokocddhldnionfhmegfljlcm |
Offizielle URL | https://chromewebstore.google.com/detail/brandengineai/ehghldfhokocddhldnionfhmegfljlcm |
Beschreibung | Using GPT to help you comment better, easier & faster |
Dateigröße | 21.09 KB |
Installationsanzahl | 798 |
Aktuelle Version | 1.0.6 |
Letztes Update | 2023-08-18 |
Veröffentlichungsdatum | 2023-04-13 |
Bewertung | 5.00/5 Insgesamt 35 Bewertungen |
Entwickler | https://brandengine.ai |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.brandengine.ai |
URL der Datenschutzrichtlinien-Seite | https://www.brandengine.ai/privacy-policy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Brandengine.ai", "version": "1.0.6", "description": "Using GPT to help you comment better, easier & faster", "icons": { "16": "images\/logo-16.png", "32": "images\/logo-32.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/www.linkedin.com\/*" ] } ], "background": { "service_worker": "scripts\/background.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "scripts\/web.js" ], "matches": [ " |