Fundz Extension
Fundz helps you discover and close more customers after key business trigger events, such as a new rounds of funding and…
What is Fundz Extension?
Fundz Extension is a Chrome extension developed by https://fundz.net, and its main feature is "Fundz helps you discover and close more customers after key business trigger events, such as a new rounds of funding and…".
Extension Screenshots
Download Fundz Extension Extension CRX File
Download Fundz Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Fundz helps you discover and close more customers after key business trigger events, such as a new rounds of funding and acquisitions.
Extension Basic Information
Name | Fundz Extension |
ID | noaidcikbmnknocphbphffknepkaifol |
Official URL | https://chromewebstore.google.com/detail/fundz-extension/noaidcikbmnknocphbphffknepkaifol |
Description | Fundz helps you discover and close more customers after key business trigger events, such as a new rounds of funding and… |
File Size | 447 KB |
Installation Count | 195 |
Current Version | 4.0.4 |
Last Updated | 2023-11-14 |
Publish Date | 2018-07-10 |
Rating | 5.00/5 Total 6 Ratings |
Developer | https://fundz.net |
[email protected] | |
Payment Type | in_app |
Extension Website | https://www.fundz.net |
Help Page URL | https://app.fundz.net/support |
Supported Languages | 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:\/\/*\/*", " |