Stickies Web Assistant

A web browser extension for the Stickies app

什么是Stickies Web Assistant?

Stickies Web Assistant是由http://stickies.app开发的Chrome扩展程序,该扩展的主要功能是“A web browser extension for the Stickies app”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Stickies Web Assistant扩展crx文件

下载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.                    

扩展基本信息

名称 Stickies Web Assistant Stickies Web Assistant
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\/*"
    ]
}