Wisary Review Assistant
Have AI review your planning documents.
Wisary Review Assistant là gì?
Wisary Review Assistant là một tiện ích mở rộng Chrome được phát triển bởi Wisary, và tính năng chính của nó là "Have AI review your planning documents.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Wisary Review Assistant
Tải xuống các tệp mở rộng Wisary Review Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Whether you are a Product Manager or Engineering Lead, Navigating the maze of software development documents can be tedious and challenging. Review Assistant, powered by Wisary, is here to transform that journey for you. Wisary will help you review Requirements Documents and Technical Plans to identify gaps early on and avoid unnecessary delays and wasted engineering efforts. Why choose Wisary's Review Assistant? 🤖 AI-Powered Precision: Automatic review of software planning documents to ensure you're on the right track. 📄 Seamless Integration: Works effortlessly with Google Docs, becoming a natural part of your document editing experience. ⏳ Time-Saver: No more countless hours spent reviewing product requirements; our AI does the heavy lifting for you. 🔍 Mitigate Project Risks: With AI insights, detect potential pitfalls before they become problems. 🤝 Cross-Functional Alignment: Ensure every department is on the same page with clear, AI-reviewed documentation. Leap into a more streamlined, AI-assisted software planning process. With Wisary Review Assistant, building the right product on time has never been easier.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Wisary Review Assistant |
ID | cddeoceikebfcaklfhdhafgdahbjanjp |
URL Chính Thức | https://chromewebstore.google.com/detail/wisary-review-assistant/cddeoceikebfcaklfhdhafgdahbjanjp |
Mô tả | Have AI review your planning documents. |
Kích Thước Tệp | 685 KB |
Số Lần Cài Đặt | 30 |
Phiên Bản Hiện Tại | 0.0.12 |
Cập Nhật Lần Cuối | 2024-02-01 |
Ngày Phát Hành | 2023-11-14 |
Đánh Giá | 5.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Wisary |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://wisary.ai/ |
URL Trang Chính Sách Bảo Mật | https://wisary.ai/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" }, "default_popup": "popup.html" }, "version": "0.0.12", "author": "Wisary ([email protected])", "name": "Wisary Review Assistant", "description": "Have AI review your planning documents.", "background": { "service_worker": "static\/background\/index.js" }, "permissions": [ "activeTab", "cookies", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/document\/*", "https:\/\/wisary.ai\/projects\/*\/docs\/*" ], "js": [ "content.6c70dcc7.js" ], "all_frames": true, "css": [] }, { "matches": [ "https:\/\/docs.google.com\/document\/*", "https:\/\/wisary.ai\/projects\/*\/docs\/*" ], "js": [ "content.7f229555.js" ], "all_frames": true, "css": [] } ], "host_permissions": [ "https:\/\/localhost:3000\/*", "http:\/\/localhost:3000\/*", "https:\/\/localhost:3001\/*", "http:\/\/localhost:3001\/*", "https:\/\/wisary.ai\/*", "https:\/\/clerk.wisary.ai\/*", "http:\/\/wisary.ai\/*", "http:\/\/brain-zmooeswo7q-uc.a.run.app\/*", "https:\/\/*.google.com\/*", "https:\/\/*.clerk.accounts.dev\/*" ], "externally_connectable": { "matches": [ "https:\/\/*.wisary.ai\/*", "https:\/\/*.brain-zmooeswo7q-uc.a.run.app\/*" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0i5GIyoNndSnt9g753ZE+QDb24f5Z7Sf5n2Ny8W6+YenI+dIbFIMJfc\/Ik+8bKwNpTlrFtx9zBy2asleiR8KkPtnP7WDmWMi3ffhQY7b\/6NBbTYztfaCWE8CqNBcbN4Ij8SDBMzr07Uj1MZ7i8d+i6WhkP6FqY9nsOZb+BCrhUO5zzfFY+YxZ6k5ERAkIp3J\/Orcgr0zNM4+meK8cj6atAatXKvs2IwI2j9JuWpfTkvGbl6WHF7nk\/LIS2o03quZihhxhYeKTxxetTjPSq5AFn7t2KjNVBujRIV17Sdo6avywdBFJsX7yFrbuXntCeHM313YHNjSRMse8N8GJqBkHwIDAQAB", "web_accessible_resources": [ { "matches": [ "https:\/\/docs.google.com\/*", "https:\/\/wisary.ai\/*" ], "resources": [ "content.93a5d608.png", "content.95bad065.css" ] } ] } |