Layer

Layer cuts your research time by 40% with AI-powered summarization, information extraction & more. Once you have Layer extension…

Layerคืออะไร?

Layer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Layer และคุณลักษณะหลักของมันคือ "Layer cuts your research time by 40% with AI-powered summarization, information extraction & more. Once you have Layer extension…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Layer

ดาวน์โหลดไฟล์ส่วนขยาย Layer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Layer cuts your research time by 40% with AI-powered summarization, information extraction & more.

Once you have Layer extension on your Chrome, you can:
- Extract Key Insights Instantly: Define a research goal and let Layer swiftly pull the key information, highlighting the essential content for you.
- Precise Answers with Sources: Type your question and Layer delivers the answer, along with the source for quick fact-checking.
- Insights from Complex PDFs: Let Layer dive into complex reports to extract the insights you need in an instant.
- Capture Notes with Sources: See something useful? One click and it's saved in your Layer notebook, source and all.

Layer is built for diverse research use cases including strategy consulting research, journalistic investigations, scientific discovery, market analysis, and patent searches.

In a world overflowing with information, we amplify your capabilities to navigate through it.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Layer Layer
ID jpmmikeljmfjclheklkpdkaginppampj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/layer/jpmmikeljmfjclheklkpdkaginppampj
คำอธิบาย Layer cuts your research time by 40% with AI-powered summarization, information extraction & more. Once you have Layer extension…
ขนาดไฟล์ 2.29 MB
จำนวนการติดตั้ง 928
เวอร์ชันปัจจุบัน 33.0.0
อัปเดตครั้งล่าสุด 2024-01-10
วันที่เผยแพร่ 2023-03-05
คะแนน 4.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Layer
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.layer.app/
URL หน้านโยบายความเป็นส่วนตัว https://masterspace-docs.notion.site/Privacy-Policy-170df27526464efaa357ad91c83c217f
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Layer",
    "version": "33.0.0.0",
    "version_name": "33.0.0",
    "short_name": "Layer",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "sidePanel"
    ],
    "host_permissions": [
        ""
    ],
    "action": [],
    "externally_connectable": {
        "matches": [
            "http:\/\/*\/*",
            "https:\/\/*\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "assets\/main.tsx-loader-fdcd105a.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "exclude_globs": [
                "https:\/\/*.slack.com\/oauth?*",
                "https:\/\/accounts.google.com\/o\/oauth2\/auth\/oauthchooseaccount*",
                "https:\/\/accounts.google.com\/o\/oauth2\/v2\/auth\/oauthchooseaccount*"
            ],
            "all_frames": false,
            "run_at": "document_end",
            "css": [
                "assets\/EmailModal-2413a12f.css",
                "assets\/main-daeb3b1d.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "minimum_chrome_version": "92",
    "icons": {
        "16": "extension-icons\/layer-icon-16.png",
        "48": "extension-icons\/layer-icon-48.png",
        "128": "extension-icons\/layer-icon-128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "file:\/\/\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/Globe-1d2a796c.svg",
                "assets\/pdf.worker-6b078827.js",
                "assets\/Upgrade_Pro-72cd80c1.jpg",
                "assets\/EmailModal-c7131660.js",
                "assets\/utils-bf64d035.js",
                "assets\/_commonjsHelpers-de833af9.js",
                "assets\/main.tsx-8358900c.js"
            ],
            "use_dynamic_url": true
        }
    ]
}