Linkedin Endorser
This Chrome extension will help you to endorse all the skills in one click.
Co je Linkedin Endorser?
Linkedin Endorser je rozšíření Chrome vyvinuté swissashley, a jeho hlavní funkcí je „This Chrome extension will help you to endorse all the skills in one click.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Linkedin Endorser
Stáhněte si soubory rozšíření Linkedin Endorser ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Linkedin Endorser |
ID | mhakkhaadpkehkiiiimheegdbchfmlbi |
Oficiální URL | https://chromewebstore.google.com/detail/linkedin-endorser/mhakkhaadpkehkiiiimheegdbchfmlbi |
Popis | This Chrome extension will help you to endorse all the skills in one click. |
Velikost souboru | 300 KB |
Počet instalací | 33 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2016-09-22 |
Datum Vydání | 2016-09-22 |
Vývojář | swissashley |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/swissashley/chrome-ext-linkedinEndorser |
Podporované Jazyky | 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\/*" ] } |