Instaread

Get key takeaways and insights from nonfiction bestsellers.

O que é Instaread?

Instaread é uma extensão do Chrome desenvolvida por Instaread, e sua principal característica é "Get key takeaways and insights from nonfiction bestsellers.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Instaread

Baixe arquivos de extensão Instaread no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Instaread lets busy people get the key insights from the bestselling non-fiction books in minutes. We extract key messages and present them in easy-to-digest written and audio formats. Our mission is to unlock the knowledge inside of books and make it more accessible.

* Instaread Chrome Extension:

You can get key insights of best selling books right on your desktop for free for over 1000 books. 

*Trusted by over 100,000 users ( App downloads). 

Our Key insights  are the most accurate & reliable.
4.5 Stars rated app on Apple app store. 

* Instaread in news
https://www.forbes.com/sites/tomaslaurinavicius/2017/10/17/startup-of-the-week-instaread/#47e1a3763982
http://mashable.com/2017/06/28/instaread-app-helps-you-read-more/#oFxj.MqyhqqV                    

Informações Básicas da Extensão

Nome Instaread Instaread
ID nppjjjkgkbfldodhfafopkccipkoicfh
URL Oficial https://chromewebstore.google.com/detail/instaread/nppjjjkgkbfldodhfafopkccipkoicfh
Descrição Get key takeaways and insights from nonfiction bestsellers.
Tamanho do Arquivo 85.88 KB
Contagem de Instalações 48
Versão Atual 0.3.0
Última Atualização 2018-01-17
Data de Publicação 2018-01-17
Desenvolvedor Instaread
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instaread",
    "version": "0.3.0",
    "description": "Get key takeaways and insights from nonfiction bestsellers.",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "128": "images\/instaread_logo1.png"
    },
    "permissions": [
        "storage",
        "https:\/\/webservice.instaread.co\/"
    ],
    "content_scripts": [
        {
            "css": [
                "toastr.css",
                "content.css"
            ],
            "js": [
                "jquery.js",
                "toastr.js",
                "hogan.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": []
}