Fundz Extension

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

什麼是Fundz Extension?

Fundz Extension是由https://fundz.net開發的Chrome擴展程式,該擴展的主要功能是“Fundz helps you discover and close more customers after key business trigger events, such as a new rounds of funding and…”。

擴展截圖

下載Fundz Extension擴展crx文件

下載Fundz Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Fundz Extension Fundz Extension
ID noaidcikbmnknocphbphffknepkaifol
官方網址 https://chromewebstore.google.com/detail/fundz-extension/noaidcikbmnknocphbphffknepkaifol
簡介 Fundz helps you discover and close more customers after key business trigger events, such as a new rounds of funding and…
檔案大小 447 KB
安裝次數 195
目前版本 4.0.4
更新時間 2023-11-14
上架時間 2018-07-10
評分 5.00/5 共 6 次評分
開發者 https://fundz.net
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://www.fundz.net
說明頁面URL https://app.fundz.net/support
支援的語言 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": []
        }
    ]
}