Linkedin Endorser
This Chrome extension will help you to endorse all the skills in one click.
Co to jest Linkedin Endorser?
Linkedin Endorser to rozszerzenie Chrome opracowane przez swissashley, a jego główną funkcją jest „This Chrome extension will help you to endorse all the skills in one click.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Linkedin Endorser
Pobierz pliki rozszerzeń Linkedin Endorser w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Linkedin Endorser |
ID | mhakkhaadpkehkiiiimheegdbchfmlbi |
Oficjalny URL | https://chromewebstore.google.com/detail/linkedin-endorser/mhakkhaadpkehkiiiimheegdbchfmlbi |
Opis | This Chrome extension will help you to endorse all the skills in one click. |
Rozmiar pliku | 300 KB |
Liczba instalacji | 33 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2016-09-22 |
Data Publikacji | 2016-09-22 |
Deweloper | swissashley |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/swissashley/chrome-ext-linkedinEndorser |
Obsługiwane Języki | 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\/*" ] } |