CR LinkedIn Automatic Message Sender
Automation Software for LinkedIn lead generation, social selling and LinkedIn Auto operate tool.
Co to jest CR LinkedIn Automatic Message Sender?
CR LinkedIn Automatic Message Sender to rozszerzenie Chrome opracowane przez connectionrequests.com, a jego główną funkcją jest „Automation Software for LinkedIn lead generation, social selling and LinkedIn Auto operate tool.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CR LinkedIn Automatic Message Sender
Pobierz pliki rozszerzeń CR LinkedIn Automatic Message Sender w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
It facilitates user to communicate with their LinkedIn fellows by using LinkedIn messaging service. Instead of sending messages to fellow LinkedIn user manually and investing lot of time user can install this extension and automate LinkedIn messaging. User can send customized messages to their fellow LinkedIn users which LinkedIn allows.
Podstawowe informacje o rozszerzeniu
Nazwa | CR LinkedIn Automatic Message Sender |
ID | pfpchkdlfkmdflpfkmfimnljnfeohbml |
Oficjalny URL | https://chrome.google.com/webstore/detail/cr-linkedin-automatic-mes/pfpchkdlfkmdflpfkmfimnljnfeohbml |
Opis | Automation Software for LinkedIn lead generation, social selling and LinkedIn Auto operate tool. |
Rozmiar pliku | 2.46 MB |
Liczba instalacji | 33 |
Aktualna Wersja | 1.2.6 |
Ostatnia Aktualizacja | 2021-05-01 |
Data Publikacji | 2021-02-17 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | connectionrequests.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://connectionrequests.com/ |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CR LinkedIn Automatic Message Sender", "version": "1.2.6", "description": "Automation Software for LinkedIn lead generation, social selling and LinkedIn Auto operate tool.", "icons": { "16": "static\/img\/icon16.png", "48": "static\/img\/icon48.png", "128": "static\/img\/icon128.png" }, "browser_action": { "default_icon": "static\/img\/icon16.png", "default_title": "CR Message Sender", "default_popup": "popup.html" }, "options_page": "option.html", "background": { "persistent": false, "scripts": [ "background.main.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/search\/results\/*", "*:\/\/*.linkedin.com\/groups\/*\/members\/*" ], "js": [ "content.main.js" ], "run_at": "document_idle" } ], "permissions": [ "tabs", "storage", "webNavigation", "notifications" ] } |