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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 |
이메일 | [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]" } |