Eigo: Proofread Anything In Seconds

This extension allows you to proofread and get suggestions for your publicly available Google Docs.

Cos'è Eigo: Proofread Anything In Seconds?

Eigo: Proofread Anything In Seconds è un'estensione di Chrome sviluppata da http://www.gautam.cc, e la sua funzione principale è "This extension allows you to proofread and get suggestions for your publicly available Google Docs.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Eigo: Proofread Anything In Seconds

Scarica i file di estensione Eigo: Proofread Anything In Seconds in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Eigo is a super simple, easy-to-use, Chrome extension that allows you to proofread any publicly available Google Doc. Simply paste in your Google Doc's public URL and provide an email address which the generated report will be sent to. Eigo sends you a wonderfully simple and to the point summary, providing suggestions to improve your writing.                    

Informazioni di Base sull'Estensione

Nome Eigo: Proofread Anything In Seconds Eigo: Proofread Anything In Seconds
ID kpaagcfdibdfeopdcigoeemhblkfcdkc
URL Ufficiale https://chrome.google.com/webstore/detail/eigo-proofread-anything-i/kpaagcfdibdfeopdcigoeemhblkfcdkc
Descrizione This extension allows you to proofread and get suggestions for your publicly available Google Docs.
Dimensione del File 7.64 KB
Conteggio Installazioni 81
Versione Corrente 1.1
Ultimo Aggiornamento 2017-12-02
Data di Pubblicazione 2017-12-02
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://www.gautam.cc
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Eigo: Proofread Anything In Seconds",
    "short_name": "Eigo",
    "description": "This extension allows you to proofread and get suggestions for your publicly available Google Docs.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}