WritePanda - AI
Your personal AI writing assistant.
Co to jest WritePanda - AI?
WritePanda - AI to rozszerzenie Chrome opracowane przez https://writepanda.io, a jego główną funkcją jest „Your personal AI writing assistant.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WritePanda - AI
Pobierz pliki rozszerzeń WritePanda - AI 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
Write Panda is the ultimate writing assistant for everyone! It helps you create professional content quickly and easily. With Write Panda, you can quickly select any text and rephrase it professionally. You can also select an email and compose a professional response in no time. Create replies to Twitter/LinkedIn messages easily, with more than 50+ prebuilt templates to choose from. Write Panda also features companion web and mobile apps to make your writing process even easier. Get your writing done quickly and efficiently with Write Panda!
Podstawowe informacje o rozszerzeniu
Nazwa | WritePanda - AI |
ID | haaaebchamjnnglhdjgkdjmdieladcmk |
Oficjalny URL | https://chromewebstore.google.com/detail/writepanda-ai/haaaebchamjnnglhdjgkdjmdieladcmk |
Opis | Your personal AI writing assistant. |
Rozmiar pliku | 41.85 KB |
Liczba instalacji | 145 |
Aktualna Wersja | 0.5 |
Ostatnia Aktualizacja | 2023-04-16 |
Data Publikacji | 2023-02-04 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://writepanda.io |
[email protected] | |
Typ Płatności | in_app |
Strona Rozszerzenia | https://writepanda.io/ |
Adres URL Strony Pomocy | https://writepanda.io/support |
Adres URL Strony Polityki Prywatności | https://app.writepanda.io/legal?tab=privacy |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WritePanda - AI", "description": "Your personal AI writing assistant.", "version": "0.5", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" } }, "icons": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "permissions": [ "activeTab", "scripting" ] } |