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은(는) https://www.livespace.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add new contacts to Livespace CRM from the most popular social networking websites"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Social Contact for Livespace CRM 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}