Social CRM
Social CRM
Qu'est-ce que Social CRM ?
Social CRM est une extension Chrome développée par https://socialcrm.org, et sa fonction principale est "Social CRM".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Social CRM
Téléchargez les fichiers d'extension Social CRM au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Social CRM - Для тех, кто ценит отношения. Social CRM, это: - Новое открытие в мире SMM - Внедрение привычной CRM в Ваш браузер - Глобальная интеграция с социальными сетями Планируйте, действуйте оперативно: • Повышайте уровень продаж и улучшайте обслуживание клиентов не выходя из ВКонтакте. – Сохраняйте клиента – Меняйте статус в процессе общения – Пишите комментарии для каждого – Ставьте задачи и напоминания – Находите переписку с клиентом в один клик – Не пересекайтесь по клиентам с коллегами, если у Вас команда
Informations de Base sur l'Extension
Nom | Social CRM |
ID | lkkbfcdfcllgbcllehlpbhkfihdceccm |
URL Officiel | https://chromewebstore.google.com/detail/social-crm/lkkbfcdfcllgbcllehlpbhkfihdceccm |
Description | Social CRM |
Taille du Fichier | 590 KB |
Nombre d'Installations | 577 |
Version Actuelle | 0.9.9.3 |
Dernière Mise à Jour | 2021-09-12 |
Date de Publication | 2019-01-08 |
Évaluation | 4.50/5 Total 12 Évaluations |
Développeur | https://socialcrm.org |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://socialcrm.org/ |
URL de la Page d'Aide | https://socialcrm.org/contacts |
URL de la Page de Politique de Confidentialité | https://socialcrm.org/polytics |
Langues Prises en Charge | 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" ] } |