Vainu Company View for Chrome
Vainu View for Chrome
Vainu Company View for Chrome là gì?
Vainu Company View for Chrome là một tiện ích mở rộng Chrome được phát triển bởi Vainu, và tính năng chính của nó là "Vainu View for Chrome".
Ả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 Vainu Company View for Chrome
Tải xuống các tệp mở rộng Vainu Company View for Chrome 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
Vainu Company View for Chrome shows you the facts behind a company website. Navigate to the website of an interesting company, prospect or customer and let Vainu to display all the relevant company information. To access the full features of Vainu Company View for Chrome, you'll need a Vainu subscription with Vainu credentials. If you don't have Vainu credentials, you can still access and use this extension, but with limited features.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Vainu Company View for Chrome |
ID | ffimbefjhiohmhnhofcplohdlphcnhao |
URL Chính Thức | https://chromewebstore.google.com/detail/vainu-company-view-for-ch/ffimbefjhiohmhnhofcplohdlphcnhao |
Mô tả | Vainu View for Chrome |
Kích Thước Tệp | 264 KB |
Số Lần Cài Đặt | 800 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-09-30 |
Ngày Phát Hành | 2020-09-30 |
Đánh Giá | 5.00/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Vainu |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.vainu.com |
URL Trang Chính Sách Bảo Mật | https://www.vainu.com/legal-stuff |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vainu Company View for Chrome", "version": "1.0", "description": "Vainu View for Chrome", "permissions": [ "activeTab", "storage", "https:\/\/api.vainu.io\/", "https:\/\/solutions.vainu.com\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "settings.html", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/vainu_16_round.png", "32": "images\/vainu_32_round.png", "48": "images\/vainu_48_round.png", "128": "images\/vainu_128_round.png" } }, "icons": { "16": "images\/vainu_16_round.png", "32": "images\/vainu_32_round.png", "48": "images\/vainu_48_round.png", "128": "images\/vainu_128_round.png" }, "manifest_version": 2 } |