Fundz Extension

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

Cos'è Fundz Extension?

Fundz Extension è un'estensione di Chrome sviluppata da https://fundz.net, e la sua funzione principale è "Fundz helps you discover and close more customers after key business trigger events, such as a new rounds of funding and…".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Fundz Extension

Scarica i file di estensione Fundz Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Fundz Extension Fundz Extension
ID noaidcikbmnknocphbphffknepkaifol
URL Ufficiale https://chromewebstore.google.com/detail/fundz-extension/noaidcikbmnknocphbphffknepkaifol
Descrizione Fundz helps you discover and close more customers after key business trigger events, such as a new rounds of funding and…
Dimensione del File 447 KB
Conteggio Installazioni 195
Versione Corrente 4.0.4
Ultimo Aggiornamento 2023-11-14
Data di Pubblicazione 2018-07-10
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore https://fundz.net
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://www.fundz.net
URL della Pagina di Aiuto https://app.fundz.net/support
Lingue Supportate 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": []
        }
    ]
}