Lupl Pins Extension

Easily collect, pin, organize and share your legal research when using Lupl, the next-generation matter management platform.

Was ist Lupl Pins Extension?

Lupl Pins Extension ist eine Chrome-Erweiterung, die von Lupl, Inc. entwickelt wurde, und ihr Hauptmerkmal ist "Easily collect, pin, organize and share your legal research when using Lupl, the next-generation matter management platform.".

Erweiterungsscreenshots

screenshot
screenshot

Lupl Pins Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Lupl Pins Extension-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

                        Lupl, the next-generation matter management platform, streamlines legal workflows and makes it easy for legal professionals and their clients to move work forward. Lupl is a shared workspace that brings together all the people, communications, documents, knowledge and data for legal work in one secure, online space.

With the Lupl Pins Extension, you can quickly bookmark items like relevant cases, statutes, or articles for quick retrieval in Lupl when you need them. You can even pin frequently used apps.

 With Pins in Lupl, you have complete control over your privacy settings. Want to share your Pin with others connected to your Lupl matter? Then set your Pin to public. Pinning research or notes just for yourself? Then set private pins which are only visible to you.                    

Grundlegende Informationen zur Erweiterung

Name Lupl Pins Extension Lupl Pins Extension
ID cihlbiclieikjchiajabjgpefceljfck
Offizielle URL https://chromewebstore.google.com/detail/lupl-pins-extension/cihlbiclieikjchiajabjgpefceljfck
Beschreibung Easily collect, pin, organize and share your legal research when using Lupl, the next-generation matter management platform.
Dateigröße 2.07 MB
Installationsanzahl 74
Aktuelle Version 1.3
Letztes Update 2022-10-18
Veröffentlichungsdatum 2022-05-04
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Lupl, Inc.
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://lupl.com
URL der Datenschutzrichtlinien-Seite https://lupl.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Lupl Pins Extension",
    "version": "1.3",
    "description": "Easily collect, pin, organize and share your legal research when using Lupl, the next-generation matter management platform.",
    "icons": {
        "48": "assets\/icons\/lupl-icon.png"
    },
    "action": {
        "default_title": "Add Pin to Lupl",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/app.lupl.com\/*",
            "*:\/\/qa.lawyersashumans.com\/*"
        ]
    }
}