SayHi: ChatGPT for LinkedIn
Embed ChatGPT into Linkedin to write personalized, insightful, and relevant intro messages.
ما هو SayHi: ChatGPT for LinkedIn؟
SayHi: ChatGPT for LinkedIn هو إضافة Chrome تم تطويرها بواسطة https://sayhi.pro، والميزة الرئيسية لها هي "Embed ChatGPT into Linkedin to write personalized, insightful, and relevant intro messages.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SayHi: ChatGPT for LinkedIn
قم بتنزيل ملفات الامتداد SayHi: ChatGPT for LinkedIn بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Write personalized, insightful, and relevant LinkedIn intro messages about anything in just one click. SayHi leverages AI to learn about your recipient's background and curate the right message, from advertising your product or service, to hiring a rockstar teammate, to growing your community, and to grabbing coffee with someone new. Simply log in through LinkedIn, visit another user's profile, and click a button. Questions? Email us at [email protected]. SayHi is not affiliated with LinkedIn.
معلومات أساسية عن التمديد
الاسم | SayHi: ChatGPT for LinkedIn |
ID | oaejegifbclpalbidcdaionlpomdmeah |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/sayhi-chatgpt-for-linkedi/oaejegifbclpalbidcdaionlpomdmeah |
الوصف | Embed ChatGPT into Linkedin to write personalized, insightful, and relevant intro messages. |
حجم الملف | 557 KB |
عدد التثبيتات | 406 |
النسخة الحالية | 0.2.0 |
آخر تحديث | 2023-03-13 |
تاريخ النشر | 2022-12-30 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://sayhi.pro |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_app |
موقع الإضافة | https://sayhi.pro |
عنوان صفحة سياسة الخصوصية | https://sayhi.pro/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SayHi: ChatGPT for LinkedIn", "description": "Embed ChatGPT into Linkedin to write personalized, insightful, and relevant intro messages.", "version": "0.2.0", "author": "[email protected]", "manifest_version": 3, "action": { "default_title": "SayHi", "default_popup": "index.html" }, "background": { "service_worker": ".\/scripts\/background.js" }, "permissions": [ "activeTab", "scripting", "cookies", "storage", "tabs" ], "host_permissions": [ "https:\/\/www.linkedin.com\/in\/*", "https:\/\/sayhi.pro\/*" ], "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |