Prima.Law

Prima.Law

Prima.Lawคืออะไร?

Prima.Law เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Prima.Law และคุณลักษณะหลักของมันคือ "Prima.Law"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Prima.Law

ดาวน์โหลดไฟล์ส่วนขยาย Prima.Law ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Prima.Law Chrome Extension is a companion tool to your Prima.Law subscription.  Attorneys can use the extension to gather their clients information from CBP, USCIS and EOIR.  Soon you will see the ability to autofill the DS-160 and DS-260 forms from the Department of State's website too.  The Chrome extension automates the transfer of data from your Prima.Law account to and from government agency websites.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Prima.Law Prima.Law
ID ekfipogndnakngmgamdhajhhackplibj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/primalaw/ekfipogndnakngmgamdhajhhackplibj
คำอธิบาย Prima.Law
ขนาดไฟล์ 61.06 KB
จำนวนการติดตั้ง 239
เวอร์ชันปัจจุบัน 2.5.18
อัปเดตครั้งล่าสุด 2024-02-22
วันที่เผยแพร่ 2021-07-28
ผู้พัฒนา Prima.Law
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://prima.law/
URL หน้าช่วยเหลือ https://support.prima.law
URL หน้านโยบายความเป็นส่วนตัว https://www.primafacieapp.com/terms-of-service
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.5.18",
    "manifest_version": 3,
    "name": "Prima.Law",
    "description": "Prima.Law",
    "icons": {
        "16": "icon\/icon_16.png",
        "32": "icon\/icon_32.png",
        "48": "icon\/icon_48.png",
        "128": "icon\/icon_128.png"
    },
    "action": {
        "default_popup": ".\/html\/popup.html",
        "default_title": "Prima.Law",
        "default_icon": {
            "16": "icon\/icon_16.png",
            "32": "icon\/icon_32.png",
            "48": "icon\/icon_48.png",
            "128": "icon\/icon_128.png"
        }
    },
    "permissions": [
        "storage",
        "scripting",
        "notifications",
        "webNavigation",
        "tabs",
        "activeTab"
    ],
    "background": {
        "service_worker": ".\/background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/app.prima.law\/*",
            "https:\/\/www.primafacieapp.com\/*",
            "https:\/\/staging.primafacieapp.com\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/egov.uscis.gov\/*",
        "https:\/\/i94.cbp.dhs.gov\/*",
        "https:\/\/ceac.state.gov\/IV\/*",
        "https:\/\/acis.eoir.justice.gov\/*",
        "https:\/\/portal.eoir.justice.gov\/*",
        "https:\/\/ceac.state.gov\/GenNIV\/General\/complete\/*",
        "https:\/\/travel.state.gov\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.svg",
                "*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'"
    }
}