Stickies Web Assistant

A web browser extension for the Stickies app

Wat is Stickies Web Assistant?

Stickies Web Assistant is een Chrome-extensie ontwikkeld door http://stickies.app, en de belangrijkste functie is "A web browser extension for the Stickies app".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Stickies Web Assistant

Download Stickies Web Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Stickies Web Assistant Stickies Web Assistant
ID cgoomljlmmkghednbilakakfciaclkam
Officiële URL https://chrome.google.com/webstore/detail/stickies-web-assistant/cgoomljlmmkghednbilakakfciaclkam
Beschrijving A web browser extension for the Stickies app
Bestandsgrootte 649 KB
Aantal Installaties 90
Huidige Versie 1.0.1
Laatst Bijgewerkt 2022-02-27
Publicatiedatum 2021-01-10
Ontwikkelaar http://stickies.app
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://stickies.app
URL van de Privacybeleid Pagina https://crucialhuman.com/legal
Ondersteunde Talen 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\/*"
    ]
}