Fundz Extension

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

Co to jest Fundz Extension?

Fundz Extension to rozszerzenie Chrome opracowane przez https://fundz.net, a jego główną funkcją jest „Fundz helps you discover and close more customers after key business trigger events, such as a new rounds of funding and…”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Fundz Extension

Pobierz pliki rozszerzeń Fundz Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Fundz Extension Fundz Extension
ID noaidcikbmnknocphbphffknepkaifol
Oficjalny URL https://chromewebstore.google.com/detail/fundz-extension/noaidcikbmnknocphbphffknepkaifol
Opis Fundz helps you discover and close more customers after key business trigger events, such as a new rounds of funding and…
Rozmiar pliku 447 KB
Liczba instalacji 195
Aktualna Wersja 4.0.4
Ostatnia Aktualizacja 2023-11-14
Data Publikacji 2018-07-10
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper https://fundz.net
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://www.fundz.net
Adres URL Strony Pomocy https://app.fundz.net/support
Obsługiwane Języki 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": []
        }
    ]
}