Stickies Web Assistant

A web browser extension for the Stickies app

Was ist Stickies Web Assistant?

Stickies Web Assistant ist eine Chrome-Erweiterung, die von http://stickies.app entwickelt wurde, und ihr Hauptmerkmal ist "A web browser extension for the Stickies app".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Stickies Web Assistant-Erweiterungs-CRX-Datei herunterladen

Laden Sie Stickies Web Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Stickies Web Assistant Stickies Web Assistant
ID cgoomljlmmkghednbilakakfciaclkam
Offizielle URL https://chrome.google.com/webstore/detail/stickies-web-assistant/cgoomljlmmkghednbilakakfciaclkam
Beschreibung A web browser extension for the Stickies app
Dateigröße 649 KB
Installationsanzahl 90
Aktuelle Version 1.0.1
Letztes Update 2022-02-27
Veröffentlichungsdatum 2021-01-10
Entwickler http://stickies.app
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://stickies.app
URL der Datenschutzrichtlinien-Seite https://crucialhuman.com/legal
Unterstützte Sprachen 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\/*"
    ]
}