InsuranceGIG

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

InsuranceGIG là gì?

InsuranceGIG là một tiện ích mở rộng Chrome được phát triển bởi InsuranceGIG, và tính năng chính của nó là "InsuranceGIG is an API Appmarket that connects buyers and sellers as a better way to buy Insurance Technology".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng InsuranceGIG

Tải xuống các tệp mở rộng InsuranceGIG 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên InsuranceGIG InsuranceGIG
ID pidaodnmlepjkmkldnfommgpckflndfg
URL Chính Thức https://chromewebstore.google.com/detail/insurancegig/pidaodnmlepjkmkldnfommgpckflndfg
Mô tả InsuranceGIG is an API Appmarket that connects buyers and sellers as a better way to buy Insurance Technology
Kích Thước Tệp 3.88 MB
Số Lần Cài Đặt 256
Phiên Bản Hiện Tại 10.3
Cập Nhật Lần Cuối 2024-02-27
Ngày Phát Hành 2022-05-17
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển InsuranceGIG
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.insurancegig.com/
URL Trang Trợ Giúp https://www.insurancegig.com/
URL Trang Chính Sách Bảo Mật https://www.marketplace.insurancegig.com/privacypolicy
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}