Outworks AI
Supercharge your LinkedIn engagement with one tap AI comments that actually sound human.
Wat is Outworks AI?
Outworks AI is een Chrome-extensie ontwikkeld door https://outworks.ai, en de belangrijkste functie is "Supercharge your LinkedIn engagement with one tap AI comments that actually sound human.".
Extensie Screenshots
Download het CRX-bestand van de extensie Outworks AI
Download Outworks AI-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Supercharge your LinkedIn brand and grow your audience faster! 🚀 Outworks is your AI LinkedIn comments superhero. 🦸💬 Building your personal brand on LinkedIn is a time-consuming process. Generic AI comments lack personality and writing tons of comments daily takes hours. Outworks is your ultimate one-tap AI comment generator. It has been trained to respond like a real human would on LinkedIn – short, to the point, authentic. ⏱️ Time-Saver Extraordinaire: Whether growing your brand, connecting with prospects, or recruiting, Outworks saves you precious time. 🌟 Style and Variety: Outworks offers a wide range of comment styles, from thoughtful remarks to insightful questions and engaging language to spark conversations. 🎙️ Personalized Brand Voice: Stand out with Outworks' distinct brand voices. Match your LinkedIn persona effortlessly. Use free daily or upgrade and grow faster. Powered by GPT-4 🤖
Basisinformatie over de Extensie
Naam | Outworks AI |
ID | ihigppbedaljfdbjhpfnaoboajgkkjnl |
Officiële URL | https://chromewebstore.google.com/detail/outworks-ai/ihigppbedaljfdbjhpfnaoboajgkkjnl |
Beschrijving | Supercharge your LinkedIn engagement with one tap AI comments that actually sound human. |
Bestandsgrootte | 33.14 KB |
Aantal Installaties | 107 |
Huidige Versie | 0.4.3 |
Laatst Bijgewerkt | 2023-11-22 |
Publicatiedatum | 2023-07-20 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://outworks.ai |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | https://www.outworks.ai |
Help Pagina-URL | https://help.outworks.ai |
URL van de Privacybeleid Pagina | https://www.outworks.ai/privacy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Outworks AI", "version": "0.4.3", "description": "Supercharge your LinkedIn engagement with one tap AI comments that actually sound human.", "icons": { "16": "assets\/icon-16.png", "32": "assets\/icon-32.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "content-import.js" ], "css": [ "styles.css" ], "run_at": "document_end" } ], "permissions": [ "storage", "cookies" ], "host_permissions": [ "*:\/\/*.linkedin.com\/*", "*:\/\/*.outworks.ai\/*", "*:\/\/localhost\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/icon-16.png", "32": "assets\/icon-32.png" } }, "background": { "service_worker": "background.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "assets\/*", "*.js" ], "matches": [ "*:\/\/*.linkedin.com\/*", "*:\/\/*.outworks.ai\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.outworks.ai\/*", "*:\/\/localhost\/*" ] } } |