Social CRM

Social CRM

Hvad er Social CRM?

Social CRM er en Chrome-udvidelse udviklet af https://socialcrm.org, og dens hovedfunktion er "Social CRM".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Social CRM-udvidelses-CRX-fil

Download Social CRM-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

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


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

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

Grundlæggende oplysninger om udvidelsen

Navn Social CRM Social CRM
ID lkkbfcdfcllgbcllehlpbhkfihdceccm
Officiel URL https://chromewebstore.google.com/detail/social-crm/lkkbfcdfcllgbcllehlpbhkfihdceccm
Beskrivelse Social CRM
Filstørrelse 590 KB
Antal Installationer 577
Nuværende Version 0.9.9.3
Senest Opdateret 2021-09-12
Udgivelsesdato 2019-01-08
Bedømmelse 4.50/5 Samlet 12 Bedømmelser
Udvikler https://socialcrm.org
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://socialcrm.org/
Hjælpeside-URL https://socialcrm.org/contacts
URL til Fortrolighedspolitik Side https://socialcrm.org/polytics
Understøttede Sprog 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"
    ]
}