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

Apa itu 1-Click Summarizer & Web Toolbar by Skim AI?

1-Click Summarizer & Web Toolbar by Skim AI adalah ekstensi Chrome yang dikembangkan oleh https://www.skimai.com, dan fitur utamanya adalah "Our A.I.-powered Research Assistant helps you do your job faster by processing and summarizing News, Research & PDFs".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi 1-Click Summarizer & Web Toolbar by Skim AI

Unduh file ekstensi 1-Click Summarizer & Web Toolbar by Skim AI dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama 1-Click Summarizer & Web Toolbar by Skim AI 1-Click Summarizer & Web Toolbar by Skim AI
ID pndpokngaffecpfmicdfeibpgkpofebn
URL Resmi https://chromewebstore.google.com/detail/1-click-summarizer-web-to/pndpokngaffecpfmicdfeibpgkpofebn
Deskripsi Our A.I.-powered Research Assistant helps you do your job faster by processing and summarizing News, Research & PDFs
Ukuran File 2.57 MB
Jumlah Instalasi 1,598
Versi Saat Ini 3.1.7
Terakhir Diperbarui 2022-07-13
Tanggal Publikasi 2020-05-26
Penilaian 3.11/5 Total 19 Penilaian
Pengembang https://www.skimai.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://skimai.com/privacy-policy
Bahasa yang Didukung 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'"
}