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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fundz.net และคุณลักษณะหลักของมันคือ "Fundz helps you discover and close more customers after key business trigger events, such as a new rounds of funding and…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fundz Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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:\/\/*\/*", " |