Lupl Pins Extension

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

Cos'è Lupl Pins Extension?

Lupl Pins Extension è un'estensione di Chrome sviluppata da Lupl, Inc., e la sua funzione principale è "Easily collect, pin, organize and share your legal research when using Lupl, the next-generation matter management platform.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Lupl Pins Extension

Scarica i file di estensione Lupl Pins Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Lupl Pins Extension Lupl Pins Extension
ID cihlbiclieikjchiajabjgpefceljfck
URL Ufficiale https://chromewebstore.google.com/detail/lupl-pins-extension/cihlbiclieikjchiajabjgpefceljfck
Descrizione Easily collect, pin, organize and share your legal research when using Lupl, the next-generation matter management platform.
Dimensione del File 2.07 MB
Conteggio Installazioni 74
Versione Corrente 1.3
Ultimo Aggiornamento 2022-10-18
Data di Pubblicazione 2022-05-04
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Lupl, Inc.
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://lupl.com
URL della Pagina della Politica sulla Privacy https://lupl.com/privacy-policy
Lingue Supportate 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\/*"
        ]
    }
}