Outworks AI
Supercharge your LinkedIn engagement with one tap AI comments that actually sound human.
Qu'est-ce que Outworks AI ?
Outworks AI est une extension Chrome développée par https://outworks.ai, et sa fonction principale est "Supercharge your LinkedIn engagement with one tap AI comments that actually sound human.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Outworks AI
Téléchargez les fichiers d'extension Outworks AI 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
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 🤖
Informations de Base sur l'Extension
Nom | Outworks AI |
ID | ihigppbedaljfdbjhpfnaoboajgkkjnl |
URL Officiel | https://chromewebstore.google.com/detail/outworks-ai/ihigppbedaljfdbjhpfnaoboajgkkjnl |
Description | Supercharge your LinkedIn engagement with one tap AI comments that actually sound human. |
Taille du Fichier | 33.14 KB |
Nombre d'Installations | 107 |
Version Actuelle | 0.4.3 |
Dernière Mise à Jour | 2023-11-22 |
Date de Publication | 2023-07-20 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | https://outworks.ai |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://www.outworks.ai |
URL de la Page d'Aide | https://help.outworks.ai |
URL de la Page de Politique de Confidentialité | https://www.outworks.ai/privacy |
Langues Prises en Charge | 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\/*" ] } } |