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" } |