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란 무엇입니까?

Foster – your friendly, human writing partner은(는) https://foster.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send a draft of writing into Foster’s network of writers and editors to receive editorial and collaborative support."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Foster – your friendly, human writing partner 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Foster – your friendly, human writing partner Foster – your friendly, human writing partner
ID naofaoalandhmapmbecoaajgmkkdeedg
공식 URL https://chromewebstore.google.com/detail/foster-%E2%80%93-your-friendly-hu/naofaoalandhmapmbecoaajgmkkdeedg
설명 Send a draft of writing into Foster’s network of writers and editors to receive editorial and collaborative support.
파일 크기 1.02 MB
설치 횟수 547
현재 버전 2.55
최근 업데이트 2023-10-05
출시 날짜 2021-08-11
평점 5.00/5 총 14 개의 평점
개발자 https://foster.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.foster.co/
도움말 페이지 URL https://www.foster.co/support
개인정보 보호 정책 페이지 URL https://www.foster.co/privacy-policy
지원되는 언어 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"
    ]
}