VSApp for LinkedIn
Your LinkedIn contacts in VSActivity, VSPortage et VSExperience
VSApp for LinkedInคืออะไร?
VSApp for LinkedIn เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.veryswing.com และคุณลักษณะหลักของมันคือ "Your LinkedIn contacts in VSActivity, VSPortage et VSExperience"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VSApp for LinkedIn
ดาวน์โหลดไฟล์ส่วนขยาย VSApp for LinkedIn ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to create and update candidates on VSActivity, VSPortage and VSExperience in a few clicks from the LinkedIn profiles you are viewing.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | VSApp for LinkedIn |
ID | anelcnkfajmongenhacfalolkfmbabhb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/vsapp-for-linkedin/anelcnkfajmongenhacfalolkfmbabhb |
คำอธิบาย | Your LinkedIn contacts in VSActivity, VSPortage et VSExperience |
ขนาดไฟล์ | 405 KB |
จำนวนการติดตั้ง | 253 |
เวอร์ชันปัจจุบัน | 1.2.2 |
อัปเดตครั้งล่าสุด | 2023-12-19 |
วันที่เผยแพร่ | 2022-01-03 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://www.veryswing.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.veryswing.com/politique-de-confidentialite |
ภาษาที่รองรับ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "1.2.2", "action": { "default_popup": "popup.html", "default_icon": { "16": "\/icons\/logo16.png", "32": "\/icons\/logo32.png", "48": "\/icons\/logo48.png", "128": "\/icons\/logo128.png" } }, "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "16": "\/icons\/logo16.png", "32": "\/icons\/logo32.png", "48": "\/icons\/logo48.png", "128": "\/icons\/logo128.png" }, "background": { "service_worker": "background.bundle.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/in\/*" ], "run_at": "document_idle", "js": [ "search.bundle.js" ] } ], "homepage_url": "https:\/\/vsactivity.com", "host_permissions": [ "*:\/\/*.linkedin.com\/*", "*:\/\/*.vsactivity.com\/*", "*:\/\/*.vsportage.com\/*", "*:\/\/*.vsexperience.com\/*", "*:\/\/*.playwithvsa.com\/*", "*:\/\/*.playwithvsp.com\/*", "*:\/\/*.playwithvse.com\/*" ], "options_page": "options.html", "permissions": [ "webRequest", "storage", "scripting", "activeTab", "tabs" ] } |