Stickies Web Assistant

A web browser extension for the Stickies app

Vad är Stickies Web Assistant?

Stickies Web Assistant är en Chrome-tillägg utvecklad av http://stickies.app, och dess huvudfunktion är "A web browser extension for the Stickies app".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Stickies Web Assistant-förlängningens CRX-fil

Ladda ner Stickies Web Assistant-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Stickies Web Assistant Stickies Web Assistant
ID cgoomljlmmkghednbilakakfciaclkam
Officiell webbadress https://chrome.google.com/webstore/detail/stickies-web-assistant/cgoomljlmmkghednbilakakfciaclkam
Beskrivning A web browser extension for the Stickies app
Filstorlek 649 KB
Antal Installationer 90
Aktuell Version 1.0.1
Senast Uppdaterad 2022-02-27
Publiceringsdatum 2021-01-10
Utvecklare http://stickies.app
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://stickies.app
URL till Sekretesspolicy Sidan https://crucialhuman.com/legal
Stödda Språk 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\/*"
    ]
}