Pau | Bookmark Manager

Organize your bookmarks fast and easy with Pau bookmark manager

Was ist Pau | Bookmark Manager?

Pau | Bookmark Manager ist eine Chrome-Erweiterung, die von https://pauapp.com entwickelt wurde, und ihr Hauptmerkmal ist "Organize your bookmarks fast and easy with Pau bookmark manager".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Pau | Bookmark Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pau | Bookmark Manager-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

                        A powerful browser extension to boots your productivity on your day-to-day, it's the easiest way to save, access, organize and manage your most used links and bookmarks

"Save it once, use it forever"

Learn more: https://pauapp.com/

______________________________________________

Group your bookmarks by collections
Create collections by context to stay organized. - set it once and forget about it.

Multiple Layouts
Customize the layout to make it work the way you want it to. - take advantage from each one.

Share Collections
Share your collection easily with your team/clients. - it's like givint them the whole context

Use the theme that fits you
Choose the best theme that better fits your personality. - try out the featured ones!
Check out trending themes in here: https://www.pauapp.com/themes                    

Grundlegende Informationen zur Erweiterung

Name Pau | Bookmark Manager Pau | Bookmark Manager
ID oiblkeiiodficdoblmjihonngeejcmbo
Offizielle URL https://chromewebstore.google.com/detail/pau-bookmark-manager/oiblkeiiodficdoblmjihonngeejcmbo
Beschreibung Organize your bookmarks fast and easy with Pau bookmark manager
Dateigröße 8.25 MB
Installationsanzahl 184
Aktuelle Version 3.4.0
Letztes Update 2022-09-15
Veröffentlichungsdatum 2020-06-15
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://pauapp.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.pauapp.com/
Hilfeseite URL https://www.pauapp.com/privacy-plolicy/
URL der Datenschutzrichtlinien-Seite https://www.pauapp.com/privacy-plolicy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pau | Bookmark Manager",
    "description": "Organize your bookmarks fast and easy with Pau bookmark manager",
    "version": "3.4.0",
    "manifest_version": 3,
    "permissions": [
        "bookmarks",
        "storage",
        "tabs",
        "identity",
        "identity.email"
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_icon": "logo.png",
        "default_title": "Open Pau popup",
        "default_popup": "index.html?popup=true"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.pauapp.com\/collections*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "contentScriptCss.css"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}