LinkedIn Endorse Bot
Endorses your LinkedIn connections.
LinkedIn Endorse Bot क्या है?
LinkedIn Endorse Bot http://iangeckeler.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Endorses your LinkedIn connections."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LinkedIn Endorse Bot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Endorse every skill for each of your connections in a few seconds. Just navigate to their profile, click on the extension, and watch the LinkedIn magic begin.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kfbebonbjagbpigjnecmibopcblpggji |
आधिकारिक URL | https://chrome.google.com/webstore/detail/linkedin-endorse-bot/kfbebonbjagbpigjnecmibopcblpggji |
विवरण | Endorses your LinkedIn connections. |
फ़ाइल का आकार | 13.5 KB |
स्थापना संख्या | 152 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2019-03-09 |
प्रकाशन तिथि | 2019-03-09 |
रेटिंग | 3.50/5 कुल 2 रेटिंग्स |
डेवलपर | http://iangeckeler.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LinkedIn Endorse Bot", "version": "1.3", "description": "Endorses your LinkedIn connections.", "permissions": [ "activeTab", "declarativeContent", "storage", "tabs" ], "page_action": { "default_popup": "popup.html", "default_icon": { "128": "images\/endorse128.png" } }, "icons": { "128": "images\/endorse128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2 } |