Foster – your friendly, human writing partner
Send a draft of writing into Foster’s network of writers and editors to receive editorial and collaborative support.
Foster – your friendly, human writing partner là gì?
Foster – your friendly, human writing partner là một tiện ích mở rộng Chrome được phát triển bởi https://foster.co, và tính năng chính của nó là "Send a draft of writing into Foster’s network of writers and editors to receive editorial and collaborative support.".
Ả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 Foster – your friendly, human writing partner
Tải xuống các tệp mở rộng Foster – your friendly, human writing partner 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
The best writers don’t work alone. They have a network of trusted people who read their work first and offer contributions to make it shine. With Foster, you can get this type of quality collaboration by tapping a single button inside Google Docs. We’ve built a passionate collective of editors and wordsmiths who love jumping into drafts and transforming them. When you submit a draft using our Chrome extension, we’ll invite the perfect collaborators to jump directly into your draft and help. Here’s how it works: 1. Install extension. 2. Open a Google Doc. 3. Press the magic button. 4. Receive edits from our collective. 5. Publish. Crafting a polished, timeless piece of writing just got a whole lot easier. Install Foster's Chrome extension and our collective will be by your side, ready to elevate every piece of your writing.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Foster – your friendly, human writing partner |
ID | naofaoalandhmapmbecoaajgmkkdeedg |
URL Chính Thức | https://chromewebstore.google.com/detail/foster-%E2%80%93-your-friendly-hu/naofaoalandhmapmbecoaajgmkkdeedg |
Mô tả | Send a draft of writing into Foster’s network of writers and editors to receive editorial and collaborative support. |
Kích Thước Tệp | 1.02 MB |
Số Lần Cài Đặt | 547 |
Phiên Bản Hiện Tại | 2.55 |
Cập Nhật Lần Cuối | 2023-10-05 |
Ngày Phát Hành | 2021-08-11 |
Đánh Giá | 5.00/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | https://foster.co |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.foster.co/ |
URL Trang Trợ Giúp | https://www.foster.co/support |
URL Trang Chính Sách Bảo Mật | https://www.foster.co/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Send a draft of writing into Foster\u2019s network of writers and editors to receive editorial and collaborative support.", "version": "2.55", "host_permissions": [ "*:\/\/*.foster.co\/" ], "manifest_version": 3, "name": "Foster \u2013 your friendly, human writing partner", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "assets\/public\/foster_icon_32.png" }, "icons": { "128": "assets\/public\/foster_icon_128.png" }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.foster.co\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/docs.google.com\/document\/*" ], "js": [ "contentScript.bundle.js" ] }, { "matches": [ "https:\/\/docs.google.com\/document\/*" ], "js": [ "scripts\/scriptInjector.js" ], "all_frames": false, "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "\/*" ], "matches": [ "*:\/\/docs.google.com\/*" ] } ], "permissions": [ "storage", "activeTab", "cookies", "alarms", "scripting" ] } |