Linkedin Endorser
This Chrome extension will help you to endorse all the skills in one click.
Linkedin Endorser क्या है?
Linkedin Endorser swissashley द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Chrome extension will help you to endorse all the skills in one click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Linkedin Endorser एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Linkedin Endorser |
ID | mhakkhaadpkehkiiiimheegdbchfmlbi |
आधिकारिक URL | https://chromewebstore.google.com/detail/linkedin-endorser/mhakkhaadpkehkiiiimheegdbchfmlbi |
विवरण | This Chrome extension will help you to endorse all the skills in one click. |
फ़ाइल का आकार | 300 KB |
स्थापना संख्या | 33 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2016-09-22 |
प्रकाशन तिथि | 2016-09-22 |
डेवलपर | swissashley |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/swissashley/chrome-ext-linkedinEndorser |
समर्थित भाषाएँ | 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\/*" ] } |