Vainu Company View for Chrome
Vainu View for Chrome
Vainu Company View for Chromeคืออะไร?
Vainu Company View for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vainu และคุณลักษณะหลักของมันคือ "Vainu View for Chrome"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vainu Company View for Chrome
ดาวน์โหลดไฟล์ส่วนขยาย Vainu Company View for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Vainu Company View for Chrome |
ID | ffimbefjhiohmhnhofcplohdlphcnhao |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/vainu-company-view-for-ch/ffimbefjhiohmhnhofcplohdlphcnhao |
คำอธิบาย | Vainu View for Chrome |
ขนาดไฟล์ | 264 KB |
จำนวนการติดตั้ง | 800 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-09-30 |
วันที่เผยแพร่ | 2020-09-30 |
คะแนน | 5.00/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Vainu |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.vainu.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.vainu.com/legal-stuff |
ภาษาที่รองรับ | 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 } |