IceWriter AI LinkedIn® Message Generator
Generate Highly personalised LinkedIn® messages with ease and speed!
IceWriter AI LinkedIn® Message Generatorคืออะไร?
IceWriter AI LinkedIn® Message Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย raphael.egeley และคุณลักษณะหลักของมันคือ "Generate Highly personalised LinkedIn® messages with ease and speed!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IceWriter AI LinkedIn® Message Generator
ดาวน์โหลดไฟล์ส่วนขยาย IceWriter AI LinkedIn® Message Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This chrome extension allow user to generate LinkedIn messages with ease and speed without leaving the linked in page ! Messages are generated using the power of AI.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | IceWriter AI LinkedIn® Message Generator |
ID | cfjdbjoghkckljhpmehahoingaokbdfk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/icewriter-ai-linkedin%C2%AE-me/cfjdbjoghkckljhpmehahoingaokbdfk |
คำอธิบาย | Generate Highly personalised LinkedIn® messages with ease and speed! |
ขนาดไฟล์ | 924 KB |
จำนวนการติดตั้ง | 44 |
เวอร์ชันปัจจุบัน | 0.2.4 |
อัปเดตครั้งล่าสุด | 2023-11-14 |
วันที่เผยแพร่ | 2023-06-28 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | raphael.egeley |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://www.icewriter.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.icewriter.com/privacy |
ภาษาที่รองรับ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuNcfxveJGg+VyAMSf1GvyTQhF8cPGhH5RLiyyStm2C2QMxDq7YpxsJn7ny6kVw7gqrdeSRYxsXefqq5tT\/7TMeunC8Av\/UgKjJclAGrITvo+1CxG7PLdCU6pn5L6TOSoHr06W4rCmWceaKX7tTGDWMefaunq\/kLlqK56fhYuyuXNyU9a5oIddMYnWvMgIHpXW9HdwOKHI\/dhyPqNm7d9eNCJ2aY5DR0YQxGLxHdobXNjzOvCKM3nafoFZLxZ5EhWCrWFInvGWlTQaPaQbGl6F\/R6GMNpM9fjDPxT6Qp69WeD98fgdiYEKLemRXrUNiBkZoxQmVxA9lwbebdLDv0\/AQIDAQAB", "icons": { "16": "icons\/icon-16x16.png", "32": "icons\/icon-32x32.png", "48": "icons\/icon-48x48.png", "128": "icons\/icon-128x128.png" }, "permissions": [ "tabs", "cookies" ], "host_permissions": [ "https:\/\/www.linkedin.com\/*" ], "action": { "default_popup": "www\/index.html#\/popup", "default_title": "IceWriter AI LinkedIn\u00ae Message Generator" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "js": [ "linkedin-content-script.js" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "https:\/\/www.linkedin.com\/*" ] } ], "name": "IceWriter AI LinkedIn\u00ae Message Generator", "short_name": "IceWriter AI LinkedIn\u00ae Message Generator", "description": "Generate Highly personalised LinkedIn\u00ae messages with ease and speed!", "version": "0.2.4" } |