InsuranceGIG

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

什么是InsuranceGIG?

InsuranceGIG是由InsuranceGIG开发的Chrome扩展程序,该扩展的主要功能是“InsuranceGIG is an API Appmarket that connects buyers and sellers as a better way to buy Insurance Technology”。

扩展截图

screenshot
screenshot

下载InsuranceGIG扩展crx文件

下载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:\/\/*\/*"
            ]
        }
    ]
}