InsuranceGIG

InsuranceGIG is an API Appmarket that connects buyers and sellers as a better way to buy Insurance Technology

InsuranceGIGคืออะไร?

InsuranceGIG เป็นส่วนขยายของ Chrome ที่พัฒนาโดย InsuranceGIG และคุณลักษณะหลักของมันคือ "InsuranceGIG is an API Appmarket that connects buyers and sellers as a better way to buy Insurance Technology"

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

screenshot
screenshot

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

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

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

                        This InsuranceGIG extension provides easy access to insurtech apps available on the InsuranceGIG GigMarket https://www.appmarket.insurancegig.com/about.  Bridge the gap between your AMS and a variety of insurtech providers!

Look out for new apps that are added regularly.                    

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

ชื่อ InsuranceGIG InsuranceGIG
ID pidaodnmlepjkmkldnfommgpckflndfg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/insurancegig/pidaodnmlepjkmkldnfommgpckflndfg
คำอธิบาย InsuranceGIG is an API Appmarket that connects buyers and sellers as a better way to buy Insurance Technology
ขนาดไฟล์ 3.88 MB
จำนวนการติดตั้ง 256
เวอร์ชันปัจจุบัน 10.3
อัปเดตครั้งล่าสุด 2024-02-27
วันที่เผยแพร่ 2022-05-17
คะแนน 5.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา InsuranceGIG
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.insurancegig.com/
URL หน้าช่วยเหลือ https://www.insurancegig.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.marketplace.insurancegig.com/privacypolicy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "InsuranceGIG",
    "description": "InsuranceGIG is an API Appmarket that connects buyers and sellers as a better way to buy Insurance Technology",
    "version": "10.3",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "contentscript.js",
                "newtab.html",
                "nowcertsSso.html"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}