VSApp for LinkedIn
Your LinkedIn contacts in VSActivity, VSPortage et VSExperience
Wat is VSApp for LinkedIn?
VSApp for LinkedIn is een Chrome-extensie ontwikkeld door https://www.veryswing.com, en de belangrijkste functie is "Your LinkedIn contacts in VSActivity, VSPortage et VSExperience".
Extensie Screenshots
Download het CRX-bestand van de extensie VSApp for LinkedIn
Download VSApp for LinkedIn-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | VSApp for LinkedIn |
ID | anelcnkfajmongenhacfalolkfmbabhb |
Officiële URL | https://chromewebstore.google.com/detail/vsapp-for-linkedin/anelcnkfajmongenhacfalolkfmbabhb |
Beschrijving | Your LinkedIn contacts in VSActivity, VSPortage et VSExperience |
Bestandsgrootte | 405 KB |
Aantal Installaties | 253 |
Huidige Versie | 1.2.2 |
Laatst Bijgewerkt | 2023-12-19 |
Publicatiedatum | 2022-01-03 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://www.veryswing.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.veryswing.com/politique-de-confidentialite |
Ondersteunde Talen | 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" ] } |