Linvo
Linvo - Sell More. Win Linkedin.
Linvoคืออะไร?
Linvo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://linvo.io และคุณลักษณะหลักของมันคือ "Linvo - Sell More. Win Linkedin."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Linvo
ดาวน์โหลดไฟล์ส่วนขยาย Linvo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Linvo.io helps you to find your prospect's information quickly. Head over to any Linkedin profile, and extract their information. Linvo.io permissions 1. tabs - We use tabs to find your Linkedin tab and open new tabs 2. storage - We save your Linkedin cookie in our storage and our dashboard hash key. 3. content_scripts - We access our dashboard and Linkedin elements.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Linvo |
ID | gbiokpgbipklfamljmahhmlldgdffikk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/linvo/gbiokpgbipklfamljmahhmlldgdffikk |
คำอธิบาย | Linvo - Sell More. Win Linkedin. |
ขนาดไฟล์ | 90.87 KB |
จำนวนการติดตั้ง | 481 |
เวอร์ชันปัจจุบัน | 1.0.14 |
อัปเดตครั้งล่าสุด | 2022-02-05 |
วันที่เผยแพร่ | 2020-11-10 |
คะแนน | 5.00/5 รวมทั้งหมด 22 คะแนน |
ผู้พัฒนา | https://linvo.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://linvo.io |
URL หน้าช่วยเหลือ | https://linvo.io |
URL หน้านโยบายความเป็นส่วนตัว | https://linvo.io/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Linvo", "version": "1.0.14", "description": "Linvo - Sell More. Win Linkedin.", "background": { "service_worker": "sw.js", "type": "module" }, "content_scripts": [ { "js": [ "content\/import-index.js" ], "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/*.linvo.io\/*", "http:\/\/localhost:3000\/*" ] } ], "host_permissions": [ "https:\/\/www.linkedin.com\/*", "https:\/\/*.linvo.io\/*", "http:\/\/localhost:3000\/*" ], "permissions": [ "tabs", "storage" ], "action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "chunks\/*-*.js", "content\/index.js" ], "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/*.linvo.io\/*", "http:\/\/localhost:3000\/*" ] } ] } |