LinkedON - LinkedIn Automation
LinkedIn Automation
LinkedON - LinkedIn Automation क्या है?
LinkedON - LinkedIn Automation https://linkedon.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "LinkedIn Automation"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LinkedON - LinkedIn Automation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
PowerON your LinkedIn and automate connects and messages.
एक्सटेंशन की मूल जानकारी
नाम | LinkedON - LinkedIn Automation |
ID | bdalcochcgbleonglonhiedagcggpdeo |
आधिकारिक URL | https://chromewebstore.google.com/detail/linkedon-linkedin-automat/bdalcochcgbleonglonhiedagcggpdeo |
विवरण | LinkedIn Automation |
फ़ाइल का आकार | 442 KB |
स्थापना संख्या | 223 |
वर्तमान संस्करण | 2.0.17 |
अंतिम अपडेट | 2021-09-27 |
प्रकाशन तिथि | 2020-07-16 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://linkedon.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://linkedon.io/ |
गोपनीयता नीति पृष्ठ URL | https://petrovdigital.io/legal |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LinkedON - LinkedIn Automation", "version": "2.0.17", "manifest_version": 2, "description": "LinkedIn Automation", "short_name": "LinkedON", "browser_action": { "default_icon": "img\/icons\/on48.png", "default_title": "LinkedON" }, "icons": { "16": "img\/icons\/on16.png", "48": "img\/icons\/on48.png", "128": "img\/icons\/on128.png" }, "options_ui": { "page": "app.html", "chrome_style": false, "open_in_tab": true }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "libs\/jquery-3.3.1.min.js", "libs\/resizer.parent.js", "js\/utils.js", "js\/linkedon_api.js", "js\/linkedin_helper.js" ], "run_at": "document_end" }, { "all_frames": true, "matches": [ "https:\/\/app.linkedon.io\/lon\/*\/widget.html*" ], "js": [ "libs\/jquery-3.3.1.min.js", "js\/utils.js", "js\/linkedon_api.js", "js\/content\/widget.js", "libs\/resizer.child.js" ], "run_at": "document_idle" } ], "background": { "scripts": [ "libs\/jquery-3.3.1.min.js", "js\/utils.js", "js\/linkedon_api.js", "js\/background.js" ] }, "web_accessible_resources": [], "permissions": [ "tabs", "storage", "*:\/\/*.linkedin.com\/*", "https:\/\/*.linkedon.io\/*", "activeTab", "notifications", "management", "webRequest", "webRequestBlocking", "cookies" ], "content_security_policy": "script-src 'self' https:\/\/*.intercom.io https:\/\/*.intercomcdn.com; object-src 'self'" } |