LollyLaw Extension

A chrome extension to facilitate DS form filling using LollyLaw.

LollyLaw Extension란 무엇입니까?

LollyLaw Extension은(는) https://lollylaw.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome extension to facilitate DS form filling using LollyLaw."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

LollyLaw Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Experience the future of legal work with the LollyLaw Chrome Extension, your indispensable tool for effortlessly and accurately filling out US Department of State forms such as the DS-160. Designed for attorneys, by attorneys, this extension revolutionizes the process of legal form filling.

LollyLaw leverages the power of autofill, turning what would be hours of tedious paper work and back and forth emails with the client, into a streamlined, fast process. Save precious time and focus on what matters most - your clients. The extension uses the data provided by the client and pre-existing attorney's data in the LollyLaw database, ensuring information consistency and reliability.

Complex and lengthy application processes are now simplified with LollyLaw. As it seamlessly integrates with your browser, it brings convenience right at your fingertips. Our secure, intelligent system eliminates the possibility of manual data entry errors, increasing your productivity, and elevating your legal practice to new heights.

Unique among its kind, the LollyLaw Chrome Extension is not just a tool, but a game-changer in the world of legal practice. Download the extension now and witness the transformation in your legal document management. LollyLaw - Law made easier!                    

확장 프로그램 기본 정보

이름 LollyLaw Extension LollyLaw Extension
ID mhgoehnahhnblfocbhcdpfkoijfncppd
공식 URL https://chromewebstore.google.com/detail/lollylaw-extension/mhgoehnahhnblfocbhcdpfkoijfncppd
설명 A chrome extension to facilitate DS form filling using LollyLaw.
파일 크기 186 KB
설치 횟수 60
현재 버전 0.0.7
최근 업데이트 2023-12-18
출시 날짜 2023-07-25
평점 5.00/5 총 7 개의 평점
개발자 https://lollylaw.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://lollylaw.com
도움말 페이지 URL https://help.lollylaw.com
개인정보 보호 정책 페이지 URL https://lollylaw.com/privacy-policy-2
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LollyLaw Extension",
    "version": "0.0.7",
    "description": "A chrome extension to facilitate DS form filling using LollyLaw.",
    "permissions": [
        "tabs",
        "activeTab",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/ceac.state.gov\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ceac.state.gov\/GenNIV\/*",
                "https:\/\/ceac.state.gov\/genniv\/*",
                "https:\/\/ceac.state.gov\/IV\/*",
                "https:\/\/ceac.state.gov\/IVApp\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pages\/nav.html",
                "pages\/intent.html",
                "pages\/login.html",
                "pages\/search.html",
                "styles\/intent.css",
                "styles\/login.css",
                "styles\/search.css",
                "styles\/nav.css",
                "scripts\/script.js"
            ],
            "matches": [
                "https:\/\/ceac.state.gov\/*"
            ]
        }
    ],
    "action": [],
    "manifest_version": 3
}