1-Click Summarizer & Web Toolbar by Skim AI

Our A.I.-powered Research Assistant helps you do your job faster by processing and summarizing News, Research & PDFs

1-Click Summarizer & Web Toolbar by Skim AI란 무엇입니까?

1-Click Summarizer & Web Toolbar by Skim AI은(는) https://www.skimai.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Our A.I.-powered Research Assistant helps you do your job faster by processing and summarizing News, Research & PDFs"입니다.

확장 프로그램 스크린샷

1-Click Summarizer & Web Toolbar by Skim AI 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        50,000 Websites are published daily with News, Research Reports, Blogs and data critical to your job. How are you managing?

Use our AI-Enabled Web Toolbar to summarize News & PDFS (text) with 1-click. Double Click on a sentence in your browser to save it for later and retrieve it in easily organized themes with citations.


Skim AI's is democratizing access to machine learning tools to help you make better, more informed decisions, faster. By installing the Chrome extension, you’ll have access to an A.I.-powered research assistant that processes and summarizes news, research & PDFs with the click of a button to help you find the information you need in a fraction of the time.


GENERATE SUMMARIES with the CLICK of 1-BUTTON

Skim AI can produce summaries in a matter of seconds, saving you reading time and allowing you to identify valuable content in a couple of seconds. With the click of a button, automatically summarize any online article or upload you own PDF. 

INSTANTLY EXTRACT a LIST of FACTS and OPINIONS with 1-CLICK

Identify the critical facts in any piece with Skim AI’s fact extraction tool. Either view the color coded facts and opinions in the article or strip it down to view a simple list of either (or both!).

SEARCH our NEWS DATABASE

Skim AI’s Fact-Search Engine scans recent news to provide you relevant data to your search. Results return with sentence level detail so that you can determine which sources have the information you want.

STORE, RETRIEVE and MANAGE your DATA with CITATIONS


Keep your research efforts organized with Skim AI’s information management. Store your findings and their sources, from entire articles down to single sentences, in your Skim AI folder and retrieve it when you need it.


SKIM AI PREMIUM

Upgrade for $10/month to get unlimited PDF functionality and searches on Skim AI’s News database.


MORE:
For APIs & other enterprise integrations, visit our website for details at https://skimai.com

Privacy: 
We don't sell your data, we take privacy very seriously.


Please email me at [email protected] with any suggestions of what you'd like to see, comments and feedback.                    

확장 프로그램 기본 정보

이름 1-Click Summarizer & Web Toolbar by Skim AI 1-Click Summarizer & Web Toolbar by Skim AI
ID pndpokngaffecpfmicdfeibpgkpofebn
공식 URL https://chromewebstore.google.com/detail/1-click-summarizer-web-to/pndpokngaffecpfmicdfeibpgkpofebn
설명 Our A.I.-powered Research Assistant helps you do your job faster by processing and summarizing News, Research & PDFs
파일 크기 2.57 MB
설치 횟수 1,598
현재 버전 3.1.7
최근 업데이트 2022-07-13
출시 날짜 2020-05-26
평점 3.11/5 총 19 개의 평점
개발자 https://www.skimai.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://skimai.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "1-Click Summarizer & Web Toolbar by Skim AI",
    "short_name": "1-Click Summarizer & Web Toolbar by Skim AI",
    "version": "3.1.7",
    "manifest_version": 2,
    "description": "Our A.I.-powered Research Assistant helps you do your job faster by processing and summarizing News, Research & PDFs",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "page": "background\/bg.html",
        "persistent": true
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "contextMenus",
        "notifications",
        "unlimitedStorage",
        "webRequest",
        ""
    ],
    "incognito": "split",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lib\/js\/jquery.min.js",
                "lib\/js\/jquery-ui.js",
                "lib\/js\/tld.min.js",
                "lib\/js\/alertify.min.js",
                "lib\/js\/jquery.blast.min.js",
                "lib\/js\/readability.js",
                "js\/globalVariable.js",
                "js\/actions\/apiCall.js",
                "js\/globalFunction.js",
                "js\/addExtension.js",
                "js\/injectHTML.js",
                "js\/inject.js",
                "js\/actions\/template.js",
                "js\/actions\/toolbar.js",
                "js\/actions\/share.js",
                "js\/actions\/markupOperations.js",
                "js\/actions\/notification.js",
                "lib\/js\/printThis.js",
                "lib\/js\/jquery.mark.min.js",
                "js\/tagManager.js"
            ],
            "css": [
                "css\/skai.css",
                "css\/inject.css",
                "lib\/css\/alertify.min.css",
                "lib\/css\/default.min.css",
                "css\/loader.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/prd.skimai.com\/api\/v1\/user\/googleCallBack*",
                "https:\/\/prd.skimai.com\/api\/v1\/user\/linkedinCallBack*"
            ],
            "js": [
                "js\/auth.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "js\/close.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "js\/*",
        "lib\/*",
        "html\/*",
        "css\/*",
        "images\/*",
        "icons\/*",
        "fonts\/*",
        "popup\/*"
    ],
    "content_security_policy": "script-src 'unsafe-eval' 'self' https:\/\/www.google-analytics.com https:\/\/cdnjs.cloudflare.com https:\/\/cdn.jsdelivr.net; object-src 'self' 'unsafe-eval'"
}