Wiza - Find contact information at scale
Wiza.co | Prospect, Verify, Reach Out
Wiza - Find contact information at scale là gì?
Wiza - Find contact information at scale là một tiện ích mở rộng Chrome được phát triển bởi https://wiza.co, và tính năng chính của nó là "Wiza.co | Prospect, Verify, Reach Out".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Wiza - Find contact information at scale
Tải xuống các tệp mở rộng Wiza - Find contact information at scale dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Wiza - Find contact information at scale |
ID | pjmlkdacmaejhkdcflncbpcpidkggoio |
URL Chính Thức | https://chromewebstore.google.com/detail/wiza-find-contact-informa/pjmlkdacmaejhkdcflncbpcpidkggoio |
Mô tả | Wiza.co | Prospect, Verify, Reach Out |
Kích Thước Tệp | 226 KB |
Số Lần Cài Đặt | 50,323 |
Phiên Bản Hiện Tại | 0.3.7 |
Cập Nhật Lần Cuối | 2024-02-16 |
Ngày Phát Hành | 2020-06-22 |
Đánh Giá | 4.56/5 Tổng số 107 Đánh Giá |
Nhà Phát Triển | https://wiza.co |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.wiza.co |
URL Trang Trợ Giúp | https://help.wiza.co |
URL Trang Chính Sách Bảo Mật | https://wiza.co/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |