Writely AI
An AI Powered Assistant making your life easier.
What is Writely AI?
Writely AI is a Chrome extension developed by writely-new-extension, and its main feature is "An AI Powered Assistant making your life easier.".
Extension Screenshots
Download Writely AI Extension CRX File
Download Writely AI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Your portable AI assistant. Helps you write emails, blogs, and summarize YouTube videos within seconds.
Extension Basic Information
Name | Writely AI |
ID | jjoobacipmlejjpkhhncbidhbbgmhogi |
Official URL | https://chromewebstore.google.com/detail/writely-ai/jjoobacipmlejjpkhhncbidhbbgmhogi |
Description | An AI Powered Assistant making your life easier. |
File Size | 1 MB |
Installation Count | 506 |
Current Version | 0.0.8 |
Last Updated | 2023-05-04 |
Publish Date | 2023-03-25 |
Rating | 5.00/5 Total 2 Ratings |
Developer | writely-new-extension |
[email protected] | |
Payment Type | free |
Extension Website | https://www.writelyai.com/ |
Help Page URL | https://www.writelyai.com/contact |
Privacy Policy Page URL | https://app.termly.io/document/privacy-policy/1df0da24-d9c9-44d7-a9f2-003bfc0ba730 |
Supported Languages | 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": [ " |