Faster Suite Browser Link

Open documents straight from Clio, get free PACER looks, and much, much more.

Faster Suite Browser Linkとは何ですか?

Faster Suite Browser Linkはhttps://fasterlaw.comによって開発されたChromeの拡張機能で、その主な機能は「Open documents straight from Clio, get free PACER looks, and much, much more.」です。

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

Faster Suite Browser Link拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Browser Link works with Faster Suite to give you easy access to all your Clio files with local editing and saving capabilities.

This extension requires:
Faster Suite for Windows                    

拡張機能の基本情報

名前 Faster Suite Browser Link Faster Suite Browser Link
ID lpjpnhjhnabnoljnfhlkakkligcfpgch
公式URL https://chromewebstore.google.com/detail/faster-suite-browser-link/lpjpnhjhnabnoljnfhlkakkligcfpgch
説明 Open documents straight from Clio, get free PACER looks, and much, much more.
ファイルサイズ 779 KB
インストール数 9,870
現在のバージョン 20.12.6.1834
最終更新日 2020-12-07
公開日 2019-07-14
評価 5.00/5 合計 3 レビュー
開発者 https://fasterlaw.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Faster Suite Browser Link",
    "short_name": "AD4Chrome",
    "description": "Open documents straight from Clio, get free PACER looks, and much, much more.\n",
    "version": "20.12.6.1834",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "assets\/js\/jquery-3.2.1.js",
            "utils.js",
            "notifier.js",
            "toolbar_button.js",
            "pacer.js",
            "recap.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.clio.com\/*",
                "https:\/\/app.goclio.eu\/*",
                "https:\/\/*.app.clio.com\/*",
                "https:\/\/*.app.goclio.eu\/*"
            ],
            "js": [
                "scriptinjector.js"
            ],
            "css": [
                "main.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.uscourts.gov\/*"
            ],
            "include_globs": [
                "*:\/\/ecf.*",
                "*:\/\/ecf-train.*",
                "*:\/\/pacer.*"
            ],
            "css": [
                "assets\/css\/style.css",
                "assets\/css\/font-awesome.css"
            ],
            "js": [
                "assets\/js\/jquery-3.2.1.js",
                "assets\/js\/FileSaver.js",
                "assets\/js\/moment.js",
                "assets\/js\/livestamp.js",
                "utils.js",
                "notifier.js",
                "toolbar_button.js",
                "pacer.js",
                "recap.js",
                "content_delegate.js",
                "content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.courtlistener.com\/*"
            ],
            "js": [
                "install_notifier.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "script.js",
        "clio-docs.js",
        "assets\/*"
    ],
    "icons": {
        "64": "icon-0128.png"
    },
    "browser_action": {
        "default_icon": "icon-0128.png",
        "default_popup": "popup.html",
        "default_title": "Faster Suite Browser Link"
    },
    "permissions": [
        "storage",
        "notifications",
        "*:\/\/*.uscourts.gov\/",
        "tabs",
        "cookies"
    ],
    "author": "Hank X  [email protected]"
}