Faster Suite Browser Link
Open documents straight from Clio, get free PACER looks, and much, much more.
Faster Suite Browser Link là gì?
Faster Suite Browser Link là một tiện ích mở rộng Chrome được phát triển bởi https://fasterlaw.com, và tính năng chính của nó là "Open documents straight from Clio, get free PACER looks, and much, much more.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Faster Suite Browser Link
Tải xuống các tệp mở rộng Faster Suite Browser Link dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Faster Suite Browser Link |
ID | lpjpnhjhnabnoljnfhlkakkligcfpgch |
URL Chính Thức | https://chromewebstore.google.com/detail/faster-suite-browser-link/lpjpnhjhnabnoljnfhlkakkligcfpgch |
Mô tả | Open documents straight from Clio, get free PACER looks, and much, much more. |
Kích Thước Tệp | 779 KB |
Số Lần Cài Đặt | 9,870 |
Phiên Bản Hiện Tại | 20.12.6.1834 |
Cập Nhật Lần Cuối | 2020-12-07 |
Ngày Phát Hành | 2019-07-14 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://fasterlaw.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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]" } |