Fundz Extension

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

Vad är Fundz Extension?

Fundz Extension är en Chrome-tillägg utvecklad av https://fundz.net, och dess huvudfunktion är "Fundz helps you discover and close more customers after key business trigger events, such as a new rounds of funding and…".

Tilläggsskärmbilder

Ladda ner Fundz Extension-förlängningens CRX-fil

Ladda ner Fundz Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Fundz Extension Fundz Extension
ID noaidcikbmnknocphbphffknepkaifol
Officiell webbadress https://chromewebstore.google.com/detail/fundz-extension/noaidcikbmnknocphbphffknepkaifol
Beskrivning Fundz helps you discover and close more customers after key business trigger events, such as a new rounds of funding and…
Filstorlek 447 KB
Antal Installationer 195
Aktuell Version 4.0.4
Senast Uppdaterad 2023-11-14
Publiceringsdatum 2018-07-10
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare https://fundz.net
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://www.fundz.net
Hjälpsida URL https://app.fundz.net/support
Stödda Språk 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": []
        }
    ]
}