Linkedroid - The LinkedIn™ Helper
Auto visit user profiles, Auto-add 2nd degree connections, and Auto-endorse with linkedroid
Linkedroid - The LinkedIn™ Helper क्या है?
Linkedroid - The LinkedIn™ Helper https://linkedroid.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto visit user profiles, Auto-add 2nd degree connections, and Auto-endorse with linkedroid"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Linkedroid - The LinkedIn™ Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
What is Linkedroid - The LinkedIn™ Helper? Linkedroid - The LinkedIn™ Helper is an automation tool which work with chrome browser to assist users to generate leads by auto visiting profiles, adding second degree connections with a personalised message, auto accepting/rejecting bulk pending request along with greeting message. Linkedroid - The LinkedIn™ Helper - Auto visits profiles - Auto endorse your 1st degree connections. - Auto add 2nd degree connections - Auto connect to people who visited your profile along with a follow up message. - Visit more than 1000 Profile with linkedroid. Tags: - Mass message - Profile hopper - Profile visitor - Profile visitor - Sales Prospecting - LinkedIn Helper - LinkedIn Automation - LinkedIn Visitor - LinkedIn Autopilot
एक्सटेंशन की मूल जानकारी
नाम | Linkedroid - The LinkedIn™ Helper |
ID | plpahoandlbofpfpikiklmobalngapjl |
आधिकारिक URL | https://chromewebstore.google.com/detail/linkedroid-the-linkedin-h/plpahoandlbofpfpikiklmobalngapjl |
विवरण | Auto visit user profiles, Auto-add 2nd degree connections, and Auto-endorse with linkedroid |
फ़ाइल का आकार | 3.75 MB |
स्थापना संख्या | 2,126 |
वर्तमान संस्करण | 2.2.10 |
अंतिम अपडेट | 2023-02-17 |
प्रकाशन तिथि | 2020-03-01 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://linkedroid.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.linkedroid.com |
सहायता पृष्ठ URL | https://linkedroid.drift.com/support |
गोपनीयता नीति पृष्ठ URL | http://www.linkedroid.com/static/linkedroid_privacy_policy.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "bg.html" }, "browser_action": { "default_icon": "icons\/ICON_16.png" }, "short_name": "Linkedroid - The LinkedIn\u2122 Helper", "description": "Auto visit user profiles, Auto-add 2nd degree connections, and Auto-endorse with linkedroid", "content_scripts": [ { "all_frames": false, "js": [ "content_script\/cs_additional.js" ], "matches": [ "https:\/\/linkedin.com\/*", "https:\/\/*.linkedin.com\/*" ] }, { "all_frames": false, "js": [ "content_script\/cs_script.js" ], "matches": [ "https:\/\/www.linkedin.com\/search\/results\/*" ] }, { "all_frames": false, "js": [ "content_script\/cs_script_sales.js" ], "matches": [ "https:\/\/www.linkedin.com\/sales\/search*" ] }, { "all_frames": false, "js": [ "content_script\/cs_script_recruiter.js" ], "matches": [ "https:\/\/www.linkedin.com\/recruiter\/smartsearch*" ] } ], "icons": { "16": "icons\/ICON_16.png", "48": "icons\/ICON_48.png", "128": "icons\/ICON_128.png", "512": "icons\/ICON_512.png" }, "manifest_version": 2, "name": "Linkedroid - The LinkedIn\u2122 Helper", "oauth2": { "client_id": "683428039698-ruka2bhei1v3m74qk2i9ih6043f0fvuh.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly", "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "externally_connectable": { "matches": [ "*:\/\/*.linkedroid.com\/*" ] }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "*:\/\/*.twitter.com\/*", "unlimitedStorage", "storage", "contextMenus", "tabs", "https:\/\/*.linkedin.com\/*", "identity", "identity.email", "downloads", "cookies", "https:\/\/www.linkedroid.com\/", "alarms" ], "version": "2.2.10" } |