ThinkLike.pro | Write Anything. Better.
AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.
Что такое ThinkLike.pro | Write Anything. Better.?
ThinkLike.pro | Write Anything. Better. - это расширение Chrome, разработанное https://thinklike.pro, и его основная функция - "AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.".
Снимки экрана расширения
Скачать файл CRX расширения ThinkLike.pro | Write Anything. Better.
Скачайте файлы расширений ThinkLike.pro | Write Anything. Better. в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
AI-driven virtual assistant that helps you compose compelling and persuasive writing. From cover letters to product descriptions, write anything. Better. Основная информация о расширении
| Название | |
| ID | chmfmilbicjhellcaifpcfcjefabcnpa |
| Официальный URL | https://chromewebstore.google.com/detail/thinklikepro-write-anythi/chmfmilbicjhellcaifpcfcjefabcnpa |
| Описание | AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better. |
| Размер файла | 6.71 MB |
| Количество установок | 34 |
| Текущая Версия | 1.0.3 |
| Последнее Обновление | 2020-06-01 |
| Дата публикации | 2020-06-01 |
| Разработчик | https://thinklike.pro |
| Тип оплаты | free |
| Официальный сайт расширения | https://www.thinklike.pro |
| URL страницы помощи | https://www.thinklike.pro |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ThinkLike.pro | Write Anything. Better.",
"author": "ThinkLike.pro",
"version": "1.0.3",
"description": "AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.",
"icons": {
"16": "assets\/icon-16.png",
"48": "assets\/icon-48.png",
"128": "assets\/icon-128.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "ThinkLikePro",
"default_icon": "assets\/icon-48.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"content_scripts": [
{
"js": [
"tlp.js"
],
"matches": [
"*:\/\/*\/*"
]
}
]
} | |