Bloks

Bloks

Bloksคืออะไร?

Bloks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bloks.app และคุณลักษณะหลักของมันคือ "Bloks"

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

screenshot

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

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

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

                        Think Clearly.

Bloks is more than a note-taking app. It’s a personal knowledge base that helps you intelligently capture, organize, and surface everything you want to remember—from meeting notes and important thoughts to interactions with people, companies, and potential customers.

Here's how it works:

The Timeline
- This is a list of all your recent notes, pages, and events
- At the top, you'll see a carousel of all your daily meetings
- Click on the compose icon to create a note and associate it with an event
- Tap the video icon to hop on a call

Notes
- Click the compose icon to write a note
- Use @mentions to associate notes with any new or existing event, company, or people page
- Add #hashtags to create topic pages and categorize your notes for easy searching

Pages
- #hashtags, @mentions, and events automatically create dedicated pages 
- Use #hashtags and @mentions to associate notes with specific pages
- Pages automatically aggregate information—like notes, emails, events, and/or people—and associates them with the relevant topic, company, person, or event

People
- @mention someone in a note to create a people page
- Tag them in notes to associate them with a people page
- Click their name to view notes that mention them, their contact info, and other relevant insights

Search
- Use the search bar to find what you're looking for
- Enter names, hashtags, or words to bring up specific notes or pages

Note: Bloks is currently only available to Google account users. Sign-up and authentication requires permissions for Google calendar and contact read-access in order to provide our services.                    

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

ชื่อ Bloks Bloks
ID dbpjddgifcckagaalhoanknhlhlojkjo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bloks/dbpjddgifcckagaalhoanknhlhlojkjo
คำอธิบาย Bloks
ขนาดไฟล์ 2.56 MB
จำนวนการติดตั้ง 740
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2023-10-05
วันที่เผยแพร่ 2022-10-21
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://bloks.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.bloks.app/
URL หน้าช่วยเหลือ https://www.bloks.app/support
URL หน้านโยบายความเป็นส่วนตัว https://www.getnook.app/nook-privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bloks",
    "short_name": "Bloks",
    "description": "Bloks",
    "version": "2.0.0",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_title": "Bloks"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "static\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}