Outworks AI
Supercharge your LinkedIn engagement with one tap AI comments that actually sound human.
Outworks AI क्या है?
Outworks AI https://outworks.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Supercharge your LinkedIn engagement with one tap AI comments that actually sound human."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Outworks AI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 🤖
एक्सटेंशन की मूल जानकारी
नाम | Outworks AI |
ID | ihigppbedaljfdbjhpfnaoboajgkkjnl |
आधिकारिक URL | https://chromewebstore.google.com/detail/outworks-ai/ihigppbedaljfdbjhpfnaoboajgkkjnl |
विवरण | Supercharge your LinkedIn engagement with one tap AI comments that actually sound human. |
फ़ाइल का आकार | 33.14 KB |
स्थापना संख्या | 107 |
वर्तमान संस्करण | 0.4.3 |
अंतिम अपडेट | 2023-11-22 |
प्रकाशन तिथि | 2023-07-20 |
रेटिंग | 5.00/5 कुल 8 रेटिंग्स |
डेवलपर | https://outworks.ai |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://www.outworks.ai |
सहायता पृष्ठ URL | https://help.outworks.ai |
गोपनीयता नीति पृष्ठ URL | https://www.outworks.ai/privacy |
समर्थित भाषाएँ | 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\/*" ] } } |