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 |
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 |
Eメール | [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:\/\/*\/*", " |