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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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": []
        }
    ]
}