Outworks AI
Supercharge your LinkedIn engagement with one tap AI comments that actually sound human.
Outworks AI là gì?
Outworks AI là một tiện ích mở rộng Chrome được phát triển bởi https://outworks.ai, và tính năng chính của nó là "Supercharge your LinkedIn engagement with one tap AI comments that actually sound human.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Outworks AI
Tải xuống các tệp mở rộng Outworks AI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 🤖
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Outworks AI |
ID | ihigppbedaljfdbjhpfnaoboajgkkjnl |
URL Chính Thức | https://chromewebstore.google.com/detail/outworks-ai/ihigppbedaljfdbjhpfnaoboajgkkjnl |
Mô tả | Supercharge your LinkedIn engagement with one tap AI comments that actually sound human. |
Kích Thước Tệp | 33.14 KB |
Số Lần Cài Đặt | 107 |
Phiên Bản Hiện Tại | 0.4.3 |
Cập Nhật Lần Cuối | 2023-11-22 |
Ngày Phát Hành | 2023-07-20 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://outworks.ai |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://www.outworks.ai |
URL Trang Trợ Giúp | https://help.outworks.ai |
URL Trang Chính Sách Bảo Mật | https://www.outworks.ai/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } } |