Lupl Pins Extension

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

Lupl Pins Extensionとは何ですか?

Lupl Pins ExtensionはLupl, Inc.によって開発されたChromeの拡張機能で、その主な機能は「Easily collect, pin, organize and share your legal research when using Lupl, the next-generation matter management platform.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Lupl Pins Extension拡張機能のCRXファイルをダウンロード

Lupl Pins Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Lupl Pins Extension Lupl Pins Extension
ID cihlbiclieikjchiajabjgpefceljfck
公式URL https://chromewebstore.google.com/detail/lupl-pins-extension/cihlbiclieikjchiajabjgpefceljfck
説明 Easily collect, pin, organize and share your legal research when using Lupl, the next-generation matter management platform.
ファイルサイズ 2.07 MB
インストール数 74
現在のバージョン 1.3
最終更新日 2022-10-18
公開日 2022-05-04
評価 5.00/5 合計 1 レビュー
開発者 Lupl, Inc.
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://lupl.com
プライバシーポリシーページのURL https://lupl.com/privacy-policy
対応言語 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\/*"
        ]
    }
}