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 là gì?

Fundz Extension là một tiện ích mở rộng Chrome được phát triển bởi https://fundz.net, và tính năng chính của nó là "Fundz helps you discover and close more customers after key business trigger events, such as a new rounds of funding and…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Fundz Extension

Tải xuống các tệp mở rộng Fundz Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fundz Extension Fundz Extension
ID noaidcikbmnknocphbphffknepkaifol
URL Chính Thức https://chromewebstore.google.com/detail/fundz-extension/noaidcikbmnknocphbphffknepkaifol
Mô tả Fundz helps you discover and close more customers after key business trigger events, such as a new rounds of funding and…
Kích Thước Tệp 447 KB
Số Lần Cài Đặt 195
Phiên Bản Hiện Tại 4.0.4
Cập Nhật Lần Cuối 2023-11-14
Ngày Phát Hành 2018-07-10
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://fundz.net
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.fundz.net
URL Trang Trợ Giúp https://app.fundz.net/support
Ngôn Ngữ Được Hỗ Trợ 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": []
        }
    ]
}