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
官方URL 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": []
        }
    ]
}