Reply Ninja
Add instant, inline replies to Gmail
Reply Ninja là gì?
Reply Ninja là một tiện ích mở rộng Chrome được phát triển bởi https://reply.ninja, và tính năng chính của nó là "Add instant, inline replies to Gmail".
Ả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 Reply Ninja
Tải xuống các tệp mở rộng Reply Ninja 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
Stop wasting time formatting replies! With reply.ninja, you just: 1. ☝️Click the text you want to reply to 2. 💻Type your reply underneath it 3. 💪Hit the send button Works on any Gmail account accessed in Chrome or Firefox. 📣UPDATE: - New UI released! Thanks for your poll votes on ProductHunt - Now available on Firefox! - Three text style options - Supports all major languages - Easily turn it off to copy/paste text We do NOT track or collect any information from our users.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Reply Ninja |
ID | emhaoogbfmegmgmcdenlgdohlloflgij |
URL Chính Thức | https://chromewebstore.google.com/detail/reply-ninja/emhaoogbfmegmgmcdenlgdohlloflgij |
Mô tả | Add instant, inline replies to Gmail |
Kích Thước Tệp | 500 KB |
Số Lần Cài Đặt | 216 |
Phiên Bản Hiện Tại | 1.0.8 |
Cập Nhật Lần Cuối | 2019-10-13 |
Ngày Phát Hành | 2019-10-12 |
Đánh Giá | 4.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://reply.ninja |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://reply.ninja |
URL Trang Trợ Giúp | https://reply.ninja |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reply Ninja", "version": "1.0.8", "description": "Add instant, inline replies to Gmail", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/mail\/*" ], "js": [ "js\/content.js" ], "run_at": "document_start" } ], "browser_action": { "default_icon": "img\/logo.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/us-central1-reply-ninja.cloudfunctions.net https:\/\/*.firebaseio.com object-src 'self'", "icons": { "16": "img\/logo.png", "128": "img\/logo.png" }, "web_accessible_resources": [ "styles\/contentscript.css", "img\/*", "css\/main-min.css" ], "permissions": [ "storage", "activeTab", "tabs", "identity", "*:\/\/accounts.google.com\/*", "*:\/\/us-central1-reply-ninja.cloudfunctions.net\/*" ], "oauth2": { "client_id": "481701534991-debm1dffsbm1ln6tl0ueuqq1fhvou67l.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjlvhinVjrNu9pELK7k8t8OgNpgRHBTdkJfuxYHWB8m0Gz7mRVm2DOWeT2I14TQ5PqwAtYgr4Li6QsjO++1YqDPsDcwshx2lEcW\/MBBfedQ7XwC7503SwRI6kNRQkytt21gx405vyZpbgEq2cw2Or44ZMZsHG9SD8M3bgWFUjccFFWJAu4lURp2jNxgGRnoWujMxuJuZJOQ1P7VV0o2HuVSnfdgWeu8ZnKfX7G\/iskct55UKWplsLk1ej5n3iyZzAZcpEM0OKgbWADI+CAKjNJHXYPHFL+jM1LsG5Ht0JBA7ByyYZxGMRte2rL90P5aBLP\/vrhqjFPSyct2G8G64VdwIDAQAB", "browser_specific_settings": { "gecko": { "id": "{3de1301e-004b-4b24-884d-1d2144757676}" } } } |