VSApp for LinkedIn
Your LinkedIn contacts in VSActivity, VSPortage et VSExperience
Was ist VSApp for LinkedIn?
VSApp for LinkedIn ist eine Chrome-Erweiterung, die von https://www.veryswing.com entwickelt wurde, und ihr Hauptmerkmal ist "Your LinkedIn contacts in VSActivity, VSPortage et VSExperience".
Erweiterungsscreenshots
VSApp for LinkedIn-Erweiterungs-CRX-Datei herunterladen
Laden Sie VSApp for LinkedIn-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | VSApp for LinkedIn |
ID | anelcnkfajmongenhacfalolkfmbabhb |
Offizielle URL | https://chromewebstore.google.com/detail/vsapp-for-linkedin/anelcnkfajmongenhacfalolkfmbabhb |
Beschreibung | Your LinkedIn contacts in VSActivity, VSPortage et VSExperience |
Dateigröße | 405 KB |
Installationsanzahl | 253 |
Aktuelle Version | 1.2.2 |
Letztes Update | 2023-12-19 |
Veröffentlichungsdatum | 2022-01-03 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://www.veryswing.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.veryswing.com/politique-de-confidentialite |
Unterstützte Sprachen | 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" ] } |