Writely AI
An AI Powered Assistant making your life easier.
Writely AI क्या है?
Writely AI writely-new-extension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An AI Powered Assistant making your life easier."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Writely AI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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": [ " |