Writely AI
An AI Powered Assistant making your life easier.
Writely AIとは何ですか?
Writely AIはwritely-new-extensionによって開発されたChromeの拡張機能で、その主な機能は「An AI Powered Assistant making your life easier.」です。
拡張機能のスクリーンショット
Writely AI拡張機能のCRXファイルをダウンロード
Writely AI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Your portable AI assistant. Helps you write emails, blogs, and summarize YouTube videos within seconds.
拡張機能の基本情報
名前 | Writely AI |
ID | jjoobacipmlejjpkhhncbidhbbgmhogi |
公式URL | https://chromewebstore.google.com/detail/writely-ai/jjoobacipmlejjpkhhncbidhbbgmhogi |
説明 | An AI Powered Assistant making your life easier. |
ファイルサイズ | 1 MB |
インストール数 | 506 |
現在のバージョン | 0.0.8 |
最終更新日 | 2023-05-04 |
公開日 | 2023-03-25 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | writely-new-extension |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.writelyai.com/ |
ヘルプページのURL | https://www.writelyai.com/contact |
プライバシーポリシーページのURL | https://app.termly.io/document/privacy-policy/1df0da24-d9c9-44d7-a9f2-003bfc0ba730 |
対応言語 | 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": [ " |