ThinkLike.pro | Write Anything. Better.
AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.
Co to jest ThinkLike.pro | Write Anything. Better.?
ThinkLike.pro | Write Anything. Better. to rozszerzenie Chrome opracowane przez https://thinklike.pro, a jego główną funkcją jest „AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ThinkLike.pro | Write Anything. Better.
Pobierz pliki rozszerzeń ThinkLike.pro | Write Anything. Better. w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
AI-driven virtual assistant that helps you compose compelling and persuasive writing. From cover letters to product descriptions, write anything. Better. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | chmfmilbicjhellcaifpcfcjefabcnpa |
| Oficjalny URL | https://chromewebstore.google.com/detail/thinklikepro-write-anythi/chmfmilbicjhellcaifpcfcjefabcnpa |
| Opis | AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better. |
| Rozmiar pliku | 6.71 MB |
| Liczba instalacji | 34 |
| Aktualna Wersja | 1.0.3 |
| Ostatnia Aktualizacja | 2020-06-01 |
| Data Publikacji | 2020-06-01 |
| Deweloper | https://thinklike.pro |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.thinklike.pro |
| Adres URL Strony Pomocy | https://www.thinklike.pro |
| Obsługiwane Języki | 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": [
"*:\/\/*\/*"
]
}
]
} | |