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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send a draft of writing into Foster’s network of writers and editors to receive editorial and collaborative support."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Foster – your friendly, human writing partner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}