Fundz Extension

Fundz helps you discover and close more customers after key business trigger events, such as a new rounds of funding and…

Was ist Fundz Extension?

Fundz Extension ist eine Chrome-Erweiterung, die von https://fundz.net entwickelt wurde, und ihr Hauptmerkmal ist "Fundz helps you discover and close more customers after key business trigger events, such as a new rounds of funding and…".

Erweiterungsscreenshots

Fundz Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fundz Extension-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

                        Fundz helps you discover and close more customers after key business trigger events, such as a new rounds of funding and acquisitions.                    

Grundlegende Informationen zur Erweiterung

Name Fundz Extension Fundz Extension
ID noaidcikbmnknocphbphffknepkaifol
Offizielle URL https://chromewebstore.google.com/detail/fundz-extension/noaidcikbmnknocphbphffknepkaifol
Beschreibung Fundz helps you discover and close more customers after key business trigger events, such as a new rounds of funding and…
Dateigröße 447 KB
Installationsanzahl 195
Aktuelle Version 4.0.4
Letztes Update 2023-11-14
Veröffentlichungsdatum 2018-07-10
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler https://fundz.net
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://www.fundz.net
Hilfeseite URL https://app.fundz.net/support
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.0.4",
    "manifest_version": 3,
    "name": "Fundz Extension",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "logo-icon-48.png"
    },
    "icons": {
        "16": "logo-icon-16.png",
        "48": "logo-icon-48.png",
        "128": "logo-icon-128.png"
    },
    "permissions": [
        "cookies",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/app.fundz.net\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "logo-icon-48.png"
            ],
            "matches": []
        }
    ]
}