Wandify extension

Wandify is a platform for sourcing and lead generation that you can use free of charge. We offer: 1. Chrome Extension for…

Wandify extensionคืออะไร?

Wandify extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wandify.io และคุณลักษณะหลักของมันคือ "Wandify is a platform for sourcing and lead generation that you can use free of charge. We offer: 1. Chrome Extension for…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wandify extension

ดาวน์โหลดไฟล์ส่วนขยาย Wandify extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Wandify is a platform for sourcing and lead generation that you can use free of charge. 

We offer: 
1. Chrome Extension for Instant Data Access 
2. Automatic enrichment of your CRM with accurate contact details 
3. Fresh and reliable database thanks to the community power of updates 
4. B2B decision-makers' contact details to boost your sales 

For Recruiters: Wandify is a game-changer for recruiters. By harnessing the power of Boolean search, diverse filters, and intelligent sorting, it enables precise and targeted candidate searches. This means you can focus on the most relevant and promising candidates, drastically increasing your chances of quickly and successfully filling vacancies. 

For Salespeople: In the world of sales, precision is key. Wandify allows you to pinpoint ideal customers based on specific criteria such as industry, company size, geographic location, and more. This means you can invest your efforts where they matter most, uncovering new opportunities for exponential company growth. 

Ready to elevate your business growth game? Get started today and experience a new era of streamlined, efficient, and targeted business expansion - all available for free! Wandify isn't just a tool - it's a transformation.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Wandify extension Wandify extension
ID jhaaipbjdjpkcdlmdepackpalbhjcfib
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wandify-extension/jhaaipbjdjpkcdlmdepackpalbhjcfib
คำอธิบาย Wandify is a platform for sourcing and lead generation that you can use free of charge. We offer: 1. Chrome Extension for…
ขนาดไฟล์ 845 KB
จำนวนการติดตั้ง 148
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2024-02-23
วันที่เผยแพร่ 2023-09-08
คะแนน 5.00/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา https://wandify.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://wandify.io/
URL หน้านโยบายความเป็นส่วนตัว https://wandify.io/en/info/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.0.7",
    "default_locale": "en",
    "background": {
        "service_worker": "service-worker-wrapper.js"
    },
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/favicon-32x32.png",
        "256": "icons\/favicon-large-transparent.png"
    },
    "action": {
        "default_icon": "icons\/favicon-large-transparent.png",
        "default_popup": "popup.html",
        "default_title": "Wandify"
    },
    "permissions": [
        "webNavigation",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/media-exp1.licdn.com\/*",
        "https:\/\/wandify.io\/*",
        "https:\/\/www.linkedin.com\/",
        "https:\/\/*.linkedin.com\/",
        "https:\/\/github.com\/*",
        "https:\/\/stackoverflow.com\/",
        "https:\/\/*.stackoverflow.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/wandify.io\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "bundle.js",
                "content-script.js",
                "runtime.js",
                "confirmation-content-script.js",
                "styles.css",
                "zone-js-dist-zone.js",
                "node_modules_zone_js_dist_zone_js.js",
                "ProximaNova-Bold.woff2",
                "ProximaNova-Bold.woff",
                "ProximaNova-Semibold.woff2",
                "ProximaNova-Semibold.woff",
                "ProximaNova-Regular.woff2",
                "ProximaNova-Regular.woff"
            ],
            "matches": [
                ""
            ]
        }
    ]
}