Writely AI
An AI Powered Assistant making your life easier.
Was ist Writely AI?
Writely AI ist eine Chrome-Erweiterung, die von writely-new-extension entwickelt wurde, und ihr Hauptmerkmal ist "An AI Powered Assistant making your life easier.".
Erweiterungsscreenshots
Writely AI-Erweiterungs-CRX-Datei herunterladen
Laden Sie Writely AI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Your portable AI assistant. Helps you write emails, blogs, and summarize YouTube videos within seconds.
Grundlegende Informationen zur Erweiterung
Name | Writely AI |
ID | jjoobacipmlejjpkhhncbidhbbgmhogi |
Offizielle URL | https://chromewebstore.google.com/detail/writely-ai/jjoobacipmlejjpkhhncbidhbbgmhogi |
Beschreibung | An AI Powered Assistant making your life easier. |
Dateigröße | 1 MB |
Installationsanzahl | 506 |
Aktuelle Version | 0.0.8 |
Letztes Update | 2023-05-04 |
Veröffentlichungsdatum | 2023-03-25 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | writely-new-extension |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.writelyai.com/ |
Hilfeseite URL | https://www.writelyai.com/contact |
URL der Datenschutzrichtlinien-Seite | https://app.termly.io/document/privacy-policy/1df0da24-d9c9-44d7-a9f2-003bfc0ba730 |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Writely AI", "version": "0.0.8", "description": "An AI Powered Assistant making your life easier.", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "content_scripts": [ { "js": [ "assets\/gmail.tsx-loader-5d8f15be.js" ], "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "run_at": "document_end", "all_frames": true }, { "js": [ "assets\/linkedin.tsx-loader-32aba530.js" ], "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/linkedin.com\/*" ], "run_at": "document_end", "all_frames": true }, { "js": [ "assets\/outlook.tsx-loader-db07f776.js" ], "matches": [ "https:\/\/www.outlook.live.com\/*", "https:\/\/outlook.live.com\/*", "https:\/\/outlook.com\/*" ], "run_at": "document_end", "all_frames": true }, { "js": [ "assets\/iframe.tsx-loader-96eaa589.js" ], "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/youtube.com\/*" ], "run_at": "document_end", "all_frames": true } ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/popup.html", "default_icon": "assets\/icon128.png", "default_title": "Writely Web Extension" }, "host_permissions": [ "https:\/\/mail.google.com\/" ], "permissions": [ "storage" ], "web_accessible_resources": [ { "matches": [ " |