Draft by Slite

Easily draft notes and ideas from a tab. Save them by sending them to your Slite workspace.

Draft by Sliteคืออะไร?

Draft by Slite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://slite.com และคุณลักษณะหลักของมันคือ "Easily draft notes and ideas from a tab. Save them by sending them to your Slite workspace."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Draft by Slite turns your new tabs into a distraction-free editor for your quick notes and ideas—no need to be a Slite user. Notes are automatically saved, even if you close your tab.
When you’re done, send them to your Slite workspace in one click.

It allows you to:
• save your spur of the moment ideas the second they come to you
• start writing meeting minutes in seconds
• keep a quick access to your daily to-do list

About Slite
Slite is the fastest way to access trusted company information. Powered by AI, Slite’s knowledge base enables growing teams to instantly get the answers they need - without even searching. From onboarding guides to all hands notes, Slite keeps all types of company information centralized in one place. Docs stay organized, can be verified, and are tracked so everyone can get on with their work, informed. Replace all-in-one workspaces with a tool built for company knowledge and see it scale with your team. Join more than 200,000 companies that use Slite as their single source of truth today.                    

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

ชื่อ Draft by Slite Draft by Slite
ID ljkidlijlaapmiilabpldhmhekeionfh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/draft-by-slite/ljkidlijlaapmiilabpldhmhekeionfh
คำอธิบาย Easily draft notes and ideas from a tab. Save them by sending them to your Slite workspace.
ขนาดไฟล์ 6.9 MB
จำนวนการติดตั้ง 3,698
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2023-11-09
วันที่เผยแพร่ 2020-07-01
คะแนน 4.00/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา https://slite.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://slite.com
URL หน้านโยบายความเป็นส่วนตัว https://slite.slite.page/p/H1mLnkz6~/Privacy-at-Slite
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Draft by Slite",
    "short_name": "Draft",
    "version": "3.0.0",
    "description": "Easily draft notes and ideas from a tab. Save them by sending them to your Slite workspace.",
    "author": "Slite Inc.",
    "icons": {
        "128": "icon128.e30e8ff4.png"
    },
    "chrome_url_overrides": {
        "newtab": "up_\/index.html"
    },
    "background": {
        "service_worker": "serviceWorker.554bd126.js",
        "type": "module"
    },
    "action": {
        "default_title": "Open Draft",
        "default_icon": {
            "16": "icon16.85616d8a.png",
            "32": "icon32.7e12f139.png",
            "48": "icon48.c8f63b62.png"
        }
    },
    "host_permissions": [
        "https:\/\/*.slite.com\/*",
        "https:\/\/slite.com\/*"
    ],
    "permissions": [
        "webRequest",
        "storage",
        "declarativeNetRequest"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "up_\/index.html"
            ],
            "matches": []
        }
    ]
}