Social Contact for Livespace CRM

Add new contacts to Livespace CRM from the most popular social networking websites

Τι είναι το Social Contact for Livespace CRM;

Το Social Contact for Livespace CRM είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.livespace.io, και η κύρια λειτουργία του είναι "Add new contacts to Livespace CRM from the most popular social networking websites".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Social Contact for Livespace CRM

Λήψη αρχείων επέκτασης Social Contact for Livespace CRM σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Add new contacts and open sales opportunities in Livespace CRM from the most popular social networks like LinkedIn, Gmail and others.

A quick and easy way to add new Livespace contacts and open sales opportunities directly from the potential customer profile on the social networking site.

ABOUT LIVESPACE
Livespace is the best sales CRM to help organise your teams,
ensuring everyone knows the next step to winning their deals.

CONTACT US
If you have any questions contact us: [email protected]
https://wwww.livespace.io
https://www.facebook.com/LivespaceCRM                    

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

Όνομα Social Contact for Livespace CRM Social Contact for Livespace CRM
ID dleebjeddgmiegbcpkfpcmamfiblbijm
Επίσημο URL https://chromewebstore.google.com/detail/social-contact-for-livesp/dleebjeddgmiegbcpkfpcmamfiblbijm
Περιγραφή Add new contacts to Livespace CRM from the most popular social networking websites
Μέγεθος Αρχείου 1.67 MB
Αριθμός Εγκαταστάσεων 652
Τρέχουσα Έκδοση 0.12.17
Τελευταία Ενημέρωση 2023-06-07
Ημερομηνία Δημοσίευσης 2020-02-07
Αξιολόγηση 3.92/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής https://www.livespace.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.livespace.io
Διεύθυνση URL της Σελίδας Βοήθειας https://www.livespace.io/support/
URL της Σελίδας Πολιτικής Απορρήτου https://www.livespace.io/livespace-terms-and-conditions.pdf
Υποστηριζόμενες Γλώσσες en,pl,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.12.17",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "icon\/ls-19.png",
        "default_title": "__MSG_appTitle__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.goldenline.pl\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/mail.google.com\/*",
                "*:\/\/*.baza-firm.com.pl\/*",
                "*:\/\/*.przeswietl.pl\/*",
                "*:\/\/*.krs-online.com.pl\/*",
                "*:\/\/*.ems.ms.gov.pl\/*",
                "*:\/\/*.emailhunter.co\/*",
                "*:\/\/*.hunter.io\/*",
                "*:\/\/*.userengage.io\/*"
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.livespace.io\/*",
            "https:\/\/*.livespace.pl\/*",
            "https:\/\/*.livespace.app\/*"
        ]
    },
    "permissions": [
        "cookies",
        "storage",
        "https:\/\/*.goldenline.pl\/*",
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/*.licdn.com\/*",
        "https:\/\/*.twitter.com\/*",
        "https:\/\/*.facebook.com\/*",
        "http:\/\/graph.facebook.com\/*",
        "https:\/\/*.fbcdn.net\/*",
        "https:\/\/mail.google.com\/*",
        "https:\/\/*.baza-firm.com.pl\/*",
        "https:\/\/*.przeswietl.pl\/*",
        "https:\/\/*.krs-online.com.pl\/*",
        "https:\/\/*.ems.ms.gov.pl\/*",
        "https:\/\/*.emailhunter.co\/*",
        "https:\/\/*.hunter.io\/*",
        "https:\/\/*.userengage.io\/*",
        "https:\/\/*.livespace.io\/*",
        "https:\/\/*.livespace.pl\/*",
        "https:\/\/*.livespace.app\/*"
    ],
    "icons": {
        "48": "icon\/ls-48.png",
        "128": "icon\/ls-128.png"
    },
    "manifest_version": 2
}