Wiza - Find contact information at scale

Wiza.co | Prospect, Verify, Reach Out

ما هو Wiza - Find contact information at scale؟

Wiza - Find contact information at scale هو إضافة Chrome تم تطويرها بواسطة https://wiza.co، والميزة الرئيسية لها هي "Wiza.co | Prospect, Verify, Reach Out".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Wiza - Find contact information at scale

قم بتنزيل ملفات الامتداد Wiza - Find contact information at scale بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Generate 100’s of valid emails and phone numbers with Wiza. Gone are the days of bounced emails, copy and paste, and jumping between tools.

Trusted by over 30,000 businesses to supercharge their prospecting.

Give Wiza a try for free today!

Learn more at www.wiza.co                    

معلومات أساسية عن التمديد

الاسم Wiza - Find contact information at scale Wiza - Find contact information at scale
ID pjmlkdacmaejhkdcflncbpcpidkggoio
عنوان URL الرسمي https://chromewebstore.google.com/detail/wiza-find-contact-informa/pjmlkdacmaejhkdcflncbpcpidkggoio
الوصف Wiza.co | Prospect, Verify, Reach Out
حجم الملف 226 KB
عدد التثبيتات 50,323
النسخة الحالية 0.3.7
آخر تحديث 2024-02-16
تاريخ النشر 2020-06-22
تقييم 4.56/5 مجموع تقييمات 107
المطور https://wiza.co
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.wiza.co
عنوان صفحة المساعدة https://help.wiza.co
عنوان صفحة سياسة الخصوصية https://wiza.co/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wiza - Find contact information at scale",
    "version": "0.3.7",
    "description": "Wiza.co | Prospect, Verify, Reach Out",
    "homepage_url": "https:\/\/wiza.co",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "cookies",
        "tabs",
        "scripting"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/controller.ts-loader.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "match_origin_as_fallback": true
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "resources": [
                "assets\/style.css",
                "assets\/utils-8bface36.js",
                "assets\/controller.ts-7dbad7ef.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "resources": [
                "post_redirect.html"
            ],
            "use_dynamic_url": false
        }
    ],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*"
    ]
}