VSApp for LinkedIn
Your LinkedIn contacts in VSActivity, VSPortage et VSExperience
Cos'è VSApp for LinkedIn?
VSApp for LinkedIn è un'estensione di Chrome sviluppata da https://www.veryswing.com, e la sua funzione principale è "Your LinkedIn contacts in VSActivity, VSPortage et VSExperience".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VSApp for LinkedIn
Scarica i file di estensione VSApp for LinkedIn in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | VSApp for LinkedIn |
ID | anelcnkfajmongenhacfalolkfmbabhb |
URL Ufficiale | https://chromewebstore.google.com/detail/vsapp-for-linkedin/anelcnkfajmongenhacfalolkfmbabhb |
Descrizione | Your LinkedIn contacts in VSActivity, VSPortage et VSExperience |
Dimensione del File | 405 KB |
Conteggio Installazioni | 253 |
Versione Corrente | 1.2.2 |
Ultimo Aggiornamento | 2023-12-19 |
Data di Pubblicazione | 2022-01-03 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://www.veryswing.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.veryswing.com/politique-de-confidentialite |
Lingue Supportate | 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" ] } |