Social CRM

Social CRM

What is Social CRM?

Social CRM is a Chrome extension developed by https://socialcrm.org, and its main feature is "Social CRM".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Social CRM Extension CRX File

Download Social CRM extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Social CRM - Для тех, кто ценит отношения. 

Social CRM, это:
 - Новое открытие в мире SMM
 - Внедрение привычной CRM в Ваш браузер
 - Глобальная интеграция с социальными сетями


Планируйте, действуйте оперативно:

• Повышайте уровень продаж и улучшайте обслуживание клиентов не выходя из ВКонтакте.
 – Сохраняйте клиента
 – Меняйте статус в процессе общения
 – Пишите комментарии для каждого
 – Ставьте задачи и напоминания
 – Находите переписку с клиентом в один клик
 – Не пересекайтесь по клиентам с коллегами, если у Вас команда                    

Extension Basic Information

Name Social CRM Social CRM
ID lkkbfcdfcllgbcllehlpbhkfihdceccm
Official URL https://chromewebstore.google.com/detail/social-crm/lkkbfcdfcllgbcllehlpbhkfihdceccm
Description Social CRM
File Size 590 KB
Installation Count 577
Current Version 0.9.9.3
Last Updated 2021-09-12
Publish Date 2019-01-08
Rating 4.50/5 Total 12 Ratings
Developer https://socialcrm.org
Email [email protected]
Payment Type free
Extension Website https://socialcrm.org/
Help Page URL https://socialcrm.org/contacts
Privacy Policy Page URL https://socialcrm.org/polytics
Supported Languages ru
manifest.json
{
    "author": "Alexander Ivanov",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Social CRM"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery\/jquery-2.1.4.min.js",
                "js\/MainScript.js",
                "js\/sCRM\/Functions.js",
                "js\/sCRM\/MenuButton.js",
                "js\/sCRM\/Finder.js",
                "js\/sCRM\/QMessages.js",
                "js\/sCRM\/Utils.js"
            ],
            "matches": [
                "http:\/\/vk.com\/*",
                "https:\/\/vk.com\/*",
                "http:\/\/*.vk.com\/*",
                "https:\/\/*.vk.com\/*",
                "http:\/\/facebook.com\/*",
                "https:\/\/facebook.com\/*",
                "http:\/\/*.facebook.com\/*",
                "https:\/\/*.facebook.com\/*",
                "http:\/\/fb.com\/*",
                "https:\/\/fb.com\/*",
                "http:\/\/*.fb.com\/*",
                "https:\/\/*.fb.com\/*",
                "http:\/\/ok.ru\/*",
                "https:\/\/ok.ru\/*",
                "http:\/\/*.ok.ru\/*",
                "https:\/\/*.ok.ru\/*",
                "http:\/\/twitter.com\/*",
                "https:\/\/twitter.com\/*",
                "http:\/\/*.twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Social CRM",
    "differential_fingerprint": "1.dd240fc98e29fe4282b87ff9a3e11b17cd5a92f6b1f10cb4598c35ae0a016b3f",
    "homepage_url": "http:\/\/socialcrm2.ru",
    "icons": {
        "128": "img\/icon225x225.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjlbmFNghuAne0nqSQPGh17el5GLeHIOT3Qe0o1K4z0HmWr23PaT1o3aoImJjNR1sjfakRo84IRZ\/PdGNV76hHnQBF5FfyHuFifkVl\/SVO\/\/xxIeB08lXHjFICTl6xr6Ab0SLTMkz1y9TfZV2F\/87u1vT7aCszAy2DeCsLl\/cdZnSLoJ2qQY23dXq7uhvEuQgIbK2h4NCm2yj7OnBHzr5fix5cNSL1ovW9kI39i7kyg8GGlSjLAciUV4zZp4BYfF2pod0mzTpRe8NJj76DmZU6T0ghoPZ18MpiM3KKYheogqsa1Sf6HLzo+TVGOGJpPYAsrAccYtvCCp\/MA4szfvNMQIDAQAB",
    "manifest_version": 2,
    "name": "Social CRM",
    "options_page": "popup.html",
    "permissions": [
        "clipboardWrite",
        "clipboardRead",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "http:\/\/vk.com\/*",
        "https:\/\/vk.com\/*",
        "http:\/\/*.vk.com\/*",
        "https:\/\/*.vk.com\/*",
        "http:\/\/facebook.com\/*",
        "https:\/\/facebook.com\/*",
        "http:\/\/*.facebook.com\/*",
        "https:\/\/*.facebook.com\/*",
        "http:\/\/fb.com\/*",
        "https:\/\/fb.com\/*",
        "http:\/\/*.fb.com\/*",
        "https:\/\/*.fb.com\/*",
        "http:\/\/ok.ru\/*",
        "https:\/\/ok.ru\/*",
        "http:\/\/*.ok.ru\/*",
        "https:\/\/*.ok.ru\/*",
        "http:\/\/twitter.com\/*",
        "https:\/\/twitter.com\/*",
        "http:\/\/*.twitter.com\/*",
        "https:\/\/*.twitter.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.9.9.3",
    "web_accessible_resources": [
        "js\/popup.js"
    ]
}