Linkedin Endorser
This Chrome extension will help you to endorse all the skills in one click.
Cos'è Linkedin Endorser?
Linkedin Endorser è un'estensione di Chrome sviluppata da swissashley, e la sua funzione principale è "This Chrome extension will help you to endorse all the skills in one click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Linkedin Endorser
Scarica i file di estensione Linkedin Endorser 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 Chrome Extension can let you endorse your friend just in one click! With this extension, users will be able to: - [ ] Endorse all the skills for your friend. - [ ] Has an option to create a skill list you want to endorse for your friend.
Informazioni di Base sull'Estensione
Nome | Linkedin Endorser |
ID | mhakkhaadpkehkiiiimheegdbchfmlbi |
URL Ufficiale | https://chromewebstore.google.com/detail/linkedin-endorser/mhakkhaadpkehkiiiimheegdbchfmlbi |
Descrizione | This Chrome extension will help you to endorse all the skills in one click. |
Dimensione del File | 300 KB |
Conteggio Installazioni | 33 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2016-09-22 |
Data di Pubblicazione | 2016-09-22 |
Sviluppatore | swissashley |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/swissashley/chrome-ext-linkedinEndorser |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Linkedin Endorser", "description": "This Chrome extension will help you to endorse all the skills in one click.", "version": "1.2", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "page_action": { "default_icon": "icons\/icon38.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/www.linkedin.com\/in\/*" ], "js": [ "jquery-3.1.0.min.js", "myscript.js" ] } ], "options_page": "options.html", "permissions": [ "activeTab", "tabs", "storage", "https:\/\/www.linkedin.com\/*" ] } |