Stickies Web Assistant
A web browser extension for the Stickies app
Stickies Web Assistantคืออะไร?
Stickies Web Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://stickies.app และคุณลักษณะหลักของมันคือ "A web browser extension for the Stickies app"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stickies Web Assistant
ดาวน์โหลดไฟล์ส่วนขยาย Stickies Web Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Stickies is a fun visual way to curate, organize, and manage your work by yourself or with a team. Use it to brainstorm, collect ideas, take notes, manage projects, and more. Stickies are versatile notes that are organized into Walls. You can create rich content such as to-do lists, files, voice and video recordings, screen recordings. Stickies Web Assistant makes it easy to take quick notes, save web pages and articles, and add bookmarks from inside your Chrome browser. Enjoy collaboration features such as chat, video conferencing, and real-time updates.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cgoomljlmmkghednbilakakfciaclkam |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/stickies-web-assistant/cgoomljlmmkghednbilakakfciaclkam |
คำอธิบาย | A web browser extension for the Stickies app |
ขนาดไฟล์ | 649 KB |
จำนวนการติดตั้ง | 90 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2022-02-27 |
วันที่เผยแพร่ | 2021-01-10 |
ผู้พัฒนา | http://stickies.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://stickies.app |
URL หน้านโยบายความเป็นส่วนตัว | https://crucialhuman.com/legal |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stickies Web Assistant", "description": "A web browser extension for the Stickies app", "version": "1.0.1", "icons": { "32": "logo-32.png", "64": "logo-64.png", "128": "logo-128.png" }, "browser_action": { "default_icon": "logo-32.png", "default_popup": "popup.html", "default_title": "Add this page your Stickies Wall" }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "storage", "https:\/\/api.stickies.app\/*" ] } |