VSApp for LinkedIn
Your LinkedIn contacts in VSActivity, VSPortage et VSExperience
Vad är VSApp for LinkedIn?
VSApp for LinkedIn är en Chrome-tillägg utvecklad av https://www.veryswing.com, och dess huvudfunktion är "Your LinkedIn contacts in VSActivity, VSPortage et VSExperience".
Tilläggsskärmbilder
Ladda ner VSApp for LinkedIn-förlängningens CRX-fil
Ladda ner VSApp for LinkedIn-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | VSApp for LinkedIn |
ID | anelcnkfajmongenhacfalolkfmbabhb |
Officiell webbadress | https://chromewebstore.google.com/detail/vsapp-for-linkedin/anelcnkfajmongenhacfalolkfmbabhb |
Beskrivning | Your LinkedIn contacts in VSActivity, VSPortage et VSExperience |
Filstorlek | 405 KB |
Antal Installationer | 253 |
Aktuell Version | 1.2.2 |
Senast Uppdaterad | 2023-12-19 |
Publiceringsdatum | 2022-01-03 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | https://www.veryswing.com |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.veryswing.com/politique-de-confidentialite |
Stödda Språk | 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" ] } |