Outworks AI
Supercharge your LinkedIn engagement with one tap AI comments that actually sound human.
Apa itu Outworks AI?
Outworks AI adalah ekstensi Chrome yang dikembangkan oleh https://outworks.ai, dan fitur utamanya adalah "Supercharge your LinkedIn engagement with one tap AI comments that actually sound human.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Outworks AI
Unduh file ekstensi Outworks AI dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 🤖
Informasi Dasar Ekstensi
Nama | Outworks AI |
ID | ihigppbedaljfdbjhpfnaoboajgkkjnl |
URL Resmi | https://chromewebstore.google.com/detail/outworks-ai/ihigppbedaljfdbjhpfnaoboajgkkjnl |
Deskripsi | Supercharge your LinkedIn engagement with one tap AI comments that actually sound human. |
Ukuran File | 33.14 KB |
Jumlah Instalasi | 107 |
Versi Saat Ini | 0.4.3 |
Terakhir Diperbarui | 2023-11-22 |
Tanggal Publikasi | 2023-07-20 |
Penilaian | 5.00/5 Total 8 Penilaian |
Pengembang | https://outworks.ai |
[email protected] | |
Tipe Pembayaran | in_app |
Situs Ekstensi | https://www.outworks.ai |
URL Halaman Bantuan | https://help.outworks.ai |
URL Halaman Kebijakan Privasi | https://www.outworks.ai/privacy |
Bahasa yang Didukung | 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\/*" ] } } |