InsuranceGIG

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

Was ist InsuranceGIG?

InsuranceGIG ist eine Chrome-Erweiterung, die von InsuranceGIG entwickelt wurde, und ihr Hauptmerkmal ist "InsuranceGIG is an API Appmarket that connects buyers and sellers as a better way to buy Insurance Technology".

Erweiterungsscreenshots

screenshot
screenshot

InsuranceGIG-Erweiterungs-CRX-Datei herunterladen

Laden Sie InsuranceGIG-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name InsuranceGIG InsuranceGIG
ID pidaodnmlepjkmkldnfommgpckflndfg
Offizielle URL https://chromewebstore.google.com/detail/insurancegig/pidaodnmlepjkmkldnfommgpckflndfg
Beschreibung InsuranceGIG is an API Appmarket that connects buyers and sellers as a better way to buy Insurance Technology
Dateigröße 3.88 MB
Installationsanzahl 256
Aktuelle Version 10.3
Letztes Update 2024-02-27
Veröffentlichungsdatum 2022-05-17
Bewertung 5.00/5 Insgesamt 10 Bewertungen
Entwickler InsuranceGIG
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.insurancegig.com/
Hilfeseite URL https://www.insurancegig.com/
URL der Datenschutzrichtlinien-Seite https://www.marketplace.insurancegig.com/privacypolicy
Unterstützte Sprachen 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:\/\/*\/*"
            ]
        }
    ]
}