InsuranceGIG

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

Hvad er InsuranceGIG?

InsuranceGIG er en Chrome-udvidelse udviklet af InsuranceGIG, og dens hovedfunktion er "InsuranceGIG is an API Appmarket that connects buyers and sellers as a better way to buy Insurance Technology".

Udvidelsesskærmbilleder

screenshot
screenshot

Download InsuranceGIG-udvidelses-CRX-fil

Download InsuranceGIG-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn InsuranceGIG InsuranceGIG
ID pidaodnmlepjkmkldnfommgpckflndfg
Officiel URL https://chromewebstore.google.com/detail/insurancegig/pidaodnmlepjkmkldnfommgpckflndfg
Beskrivelse InsuranceGIG is an API Appmarket that connects buyers and sellers as a better way to buy Insurance Technology
Filstørrelse 3.88 MB
Antal Installationer 256
Nuværende Version 10.3
Senest Opdateret 2024-02-27
Udgivelsesdato 2022-05-17
Bedømmelse 5.00/5 Samlet 10 Bedømmelser
Udvikler InsuranceGIG
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.insurancegig.com/
Hjælpeside-URL https://www.insurancegig.com/
URL til Fortrolighedspolitik Side https://www.marketplace.insurancegig.com/privacypolicy
Understøttede Sprog 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:\/\/*\/*"
            ]
        }
    ]
}