Fundz Extension

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

Qu'est-ce que Fundz Extension ?

Fundz Extension est une extension Chrome développée par https://fundz.net, et sa fonction principale est "Fundz helps you discover and close more customers after key business trigger events, such as a new rounds of funding and…".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Fundz Extension

Téléchargez les fichiers d'extension Fundz Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Fundz Extension Fundz Extension
ID noaidcikbmnknocphbphffknepkaifol
URL Officiel https://chromewebstore.google.com/detail/fundz-extension/noaidcikbmnknocphbphffknepkaifol
Description Fundz helps you discover and close more customers after key business trigger events, such as a new rounds of funding and…
Taille du Fichier 447 KB
Nombre d'Installations 195
Version Actuelle 4.0.4
Dernière Mise à Jour 2023-11-14
Date de Publication 2018-07-10
Évaluation 5.00/5 Total 6 Évaluations
Développeur https://fundz.net
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.fundz.net
URL de la Page d'Aide https://app.fundz.net/support
Langues Prises en Charge 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": []
        }
    ]
}