Fundz Extension

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

Hvad er Fundz Extension?

Fundz Extension er en Chrome-udvidelse udviklet af https://fundz.net, og dens hovedfunktion er "Fundz helps you discover and close more customers after key business trigger events, such as a new rounds of funding and…".

Udvidelsesskærmbilleder

Download Fundz Extension-udvidelses-CRX-fil

Download Fundz Extension-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

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

Grundlæggende oplysninger om udvidelsen

Navn Fundz Extension Fundz Extension
ID noaidcikbmnknocphbphffknepkaifol
Officiel URL https://chromewebstore.google.com/detail/fundz-extension/noaidcikbmnknocphbphffknepkaifol
Beskrivelse Fundz helps you discover and close more customers after key business trigger events, such as a new rounds of funding and…
Filstørrelse 447 KB
Antal Installationer 195
Nuværende Version 4.0.4
Senest Opdateret 2023-11-14
Udgivelsesdato 2018-07-10
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler https://fundz.net
E-mail [email protected]
Betalingsmetode in_app
Udvidelseswebsted https://www.fundz.net
Hjælpeside-URL https://app.fundz.net/support
Understøttede Sprog 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": []
        }
    ]
}