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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}