CR LinkedIn Automatic Message Sender

Automation Software for LinkedIn lead generation, social selling and LinkedIn Auto operate tool.

Τι είναι το CR LinkedIn Automatic Message Sender;

Το CR LinkedIn Automatic Message Sender είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον connectionrequests.com, και η κύρια λειτουργία του είναι "Automation Software for LinkedIn lead generation, social selling and LinkedIn Auto operate tool.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης CR LinkedIn Automatic Message Sender

Λήψη αρχείων επέκτασης CR LinkedIn Automatic Message Sender σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα CR LinkedIn Automatic Message Sender CR LinkedIn Automatic Message Sender
ID pfpchkdlfkmdflpfkmfimnljnfeohbml
Επίσημο URL https://chrome.google.com/webstore/detail/cr-linkedin-automatic-mes/pfpchkdlfkmdflpfkmfimnljnfeohbml
Περιγραφή Automation Software for LinkedIn lead generation, social selling and LinkedIn Auto operate tool.
Μέγεθος Αρχείου 2.46 MB
Αριθμός Εγκαταστάσεων 33
Τρέχουσα Έκδοση 1.2.6
Τελευταία Ενημέρωση 2021-05-01
Ημερομηνία Δημοσίευσης 2021-02-17
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής connectionrequests.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://connectionrequests.com/
Υποστηριζόμενες Γλώσσες 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"
    ]
}