Fundz Extension

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

Wat is Fundz Extension?

Fundz Extension is een Chrome-extensie ontwikkeld door https://fundz.net, en de belangrijkste functie is "Fundz helps you discover and close more customers after key business trigger events, such as a new rounds of funding and…".

Extensie Screenshots

Download het CRX-bestand van de extensie Fundz Extension

Download Fundz Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Fundz Extension Fundz Extension
ID noaidcikbmnknocphbphffknepkaifol
Officiële URL https://chromewebstore.google.com/detail/fundz-extension/noaidcikbmnknocphbphffknepkaifol
Beschrijving Fundz helps you discover and close more customers after key business trigger events, such as a new rounds of funding and…
Bestandsgrootte 447 KB
Aantal Installaties 195
Huidige Versie 4.0.4
Laatst Bijgewerkt 2023-11-14
Publicatiedatum 2018-07-10
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar https://fundz.net
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://www.fundz.net
Help Pagina-URL https://app.fundz.net/support
Ondersteunde Talen 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": []
        }
    ]
}