LinkedIn GPT Pro
Power of ChatGPT directly in LinkedIn: Generate highly engaging posts effortlessly in no time
LinkedIn GPT Pro क्या है?
LinkedIn GPT Pro http://itsvg.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Power of ChatGPT directly in LinkedIn: Generate highly engaging posts effortlessly in no time"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LinkedIn GPT Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
What is LinkedIn GPT? LinkedIn GPT is a powerful tool that lets you use ChatGPT directly in your LinkedIn. What are the benefits of using LinkedIn GPT? - You can easily generate compelling and personalized content ideas - Refine your writing style - Optimize your messaging for maximum engagement - Create engaging posts in a matter of seconds - Expand your professional network by highly engaging posts. With LinkedIn GPT, you can take your LinkedIn presence to the next level and stand out in your industry. Currently we only support LinkedIn but we have more awesome plans to expand. How to use it? Step 1: Open LinkedIn post input dialogue. Step 2: Enter your topic on which you want to write LinkedIn post. Step 3: Click on Sparkles icon to generate the post using ChatGPT Step 4: Just wait for a few secons and see the magic happen. Step 5: Edit as per your requirement and just hit the post button. Privacy and Security: We DO NOT store any user data or use it for any purpose, your data is 100% safe.
एक्सटेंशन की मूल जानकारी
नाम | LinkedIn GPT Pro |
ID | ngigjiefmdoebbhacdimenldfckckgdm |
आधिकारिक URL | https://chrome.google.com/webstore/detail/linkedin-gpt-pro/ngigjiefmdoebbhacdimenldfckckgdm |
विवरण | Power of ChatGPT directly in LinkedIn: Generate highly engaging posts effortlessly in no time |
फ़ाइल का आकार | 161 KB |
स्थापना संख्या | 115 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2023-04-20 |
प्रकाशन तिथि | 2023-04-11 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | http://itsvg.in |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://itsvg.in |
सहायता पृष्ठ URL | https://www.linkedin.com/in/vishwagauravin/ |
गोपनीयता नीति पृष्ठ URL | https://curioai.itsvg.in/privacy-policy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LinkedIn GPT Pro", "version": "1.0.1", "description": "Power of ChatGPT directly in LinkedIn: Generate highly engaging posts effortlessly in no time", "permissions": [], "host_permissions": [ "https:\/\/*.linkedin.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*" ], "js": [ "contentScript.js" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/1.png", "assets\/2.png", "assets\/3.png", "assets\/4.png" ], "matches": [ "https:\/\/*.linkedin.com\/*" ] } ], "action": { "default_icon": { "16": "assets\/logo.png", "24": "assets\/logo.png", "32": "assets\/logo.png" }, "default_title": "LinkedIn GPT", "default_popup": "popup.html" }, "manifest_version": 3 } |