Instaread

Get key takeaways and insights from nonfiction bestsellers.

Instaread란 무엇입니까?

Instaread은(는) Instaread에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get key takeaways and insights from nonfiction bestsellers."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Instaread 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Instaread Instaread
ID nppjjjkgkbfldodhfafopkccipkoicfh
공식 URL https://chromewebstore.google.com/detail/instaread/nppjjjkgkbfldodhfafopkccipkoicfh
설명 Get key takeaways and insights from nonfiction bestsellers.
파일 크기 85.88 KB
설치 횟수 48
현재 버전 0.3.0
최근 업데이트 2018-01-17
출시 날짜 2018-01-17
개발자 Instaread
결제 유형 free
지원되는 언어 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": []
}