VSApp for LinkedIn
Your LinkedIn contacts in VSActivity, VSPortage et VSExperience
What is VSApp for LinkedIn?
VSApp for LinkedIn is a Chrome extension developed by https://www.veryswing.com, and its main feature is "Your LinkedIn contacts in VSActivity, VSPortage et VSExperience".
Extension Screenshots
Download VSApp for LinkedIn Extension CRX File
Download VSApp for LinkedIn extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | VSApp for LinkedIn |
ID | anelcnkfajmongenhacfalolkfmbabhb |
Official URL | https://chromewebstore.google.com/detail/vsapp-for-linkedin/anelcnkfajmongenhacfalolkfmbabhb |
Description | Your LinkedIn contacts in VSActivity, VSPortage et VSExperience |
File Size | 405 KB |
Installation Count | 253 |
Current Version | 1.2.2 |
Last Updated | 2023-12-19 |
Publish Date | 2022-01-03 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://www.veryswing.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.veryswing.com/politique-de-confidentialite |
Supported Languages | 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" ] } |