Sellizer for CRM

Combine Livespace, Pipedrive and Bitrix24 with Sellizer - a tool for monitoring and analyzing offers that will increase your sales.

ما هو Sellizer for CRM؟

Sellizer for CRM هو إضافة Chrome تم تطويرها بواسطة https://www.sellizer.pl، والميزة الرئيسية لها هي "Combine Livespace, Pipedrive and Bitrix24 with Sellizer - a tool for monitoring and analyzing offers that will increase your sales.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Sellizer for CRM

قم بتنزيل ملفات الامتداد Sellizer for CRM بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        WHY SELLIZER?

We connect the worlds of sales reps and customers. Sales reps gain access to the tool that effectively supports the sales process. Customers are reassured that the company will contact them while they are reading the proposal. 
With this solution sales reps can focus on hot leads and customers will get answers to their questions. Use a Sellizer and motivate sales reps.

HOW CAN SELLIZER HELP YOU?

Save time - Don’t waste your time anymore repeatedly asking prospects if they have opened and viewed your proposal. It doesn’t lead to any specific conclusions and only 
increases your stress level. When a prospect opens your proposal, we send you an immediate, real-time SMS notification. Don’t miss the best time to call. Grab the phone and talk about the proposal they are currently reading.

Work less - You work more efficiently with visible effects! You know which customer needs extra attention and who is only wasting your time. Thanks to recurring reports, you will quickly check the summary of your work and plan next actions more effectively making sure you don’t make the same mistakes that slow down your sales process.

Effective sales - Focus on what your customers are most interested in to make sure that the actions you take will bring the best results. Understanding their needs is the key to closing more deals. And that’s what we are here for - to help optimize your actions and get more customers.

DON'T WAIT FOR THE COMPETITION TO TAKE OVER YOUR CUSTOMERS.
IMPROVE YOUR SALES PROCESS WITH SELLIZER.                    

معلومات أساسية عن التمديد

الاسم Sellizer for CRM Sellizer for CRM
ID ijhoggnodamaeokjpfamhmhlflaapigm
عنوان URL الرسمي https://chromewebstore.google.com/detail/sellizer-for-crm/ijhoggnodamaeokjpfamhmhlflaapigm
الوصف Combine Livespace, Pipedrive and Bitrix24 with Sellizer - a tool for monitoring and analyzing offers that will increase your sales.
حجم الملف 335 KB
عدد التثبيتات 343
النسخة الحالية 1.0.19
آخر تحديث 2023-09-12
تاريخ النشر 2020-06-06
تقييم 5.00/5 مجموع تقييمات 6
المطور https://www.sellizer.pl
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://app.sellizer.io
عنوان صفحة المساعدة https://www.sellizer.io/integrations
عنوان صفحة سياسة الخصوصية https://www.sellizer.io/terms-and-conditions
اللغات المدعومة en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.19",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background\/backgroundScript.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/*.pipedrive.com\/*",
        "https:\/\/*.livespace.io\/*",
        "https:\/\/*.bitrix24.pl\/*",
        "https:\/\/*.bitrix24.com\/*",
        "https:\/\/*.bitrix24.net\/*",
        "https:\/\/*.bitrix24.eu\/*",
        "https:\/\/app.sellizer.io\/creator*"
    ],
    "web_accessible_resources": [
        "images\/poll_green.png",
        "images\/poll_gray.png",
        "images\/close.png",
        "images\/profile.png",
        "images\/menu_down.png",
        "images\/chevron-down.png",
        "images\/scoring-mask.svg",
        "images\/menu-swap.png",
        "images\/menu-swap-up.png",
        "images\/menu-swap-down.png",
        "images\/logo.svg"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.pipedrive.com\/*"
            ],
            "js": [
                "scripts\/content-scripts\/pipeDriveContentScript.js"
            ],
            "css": [
                "styles\/pipedrive.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.livespace.io\/Contact\/company\/details\/id*",
                "https:\/\/*.livespace.io\/Contact\/contact\/details\/id*",
                "https:\/\/*.livespace.io\/Deal\/deal\/details\/id*"
            ],
            "js": [
                "scripts\/content-scripts\/liveSpaceContentScript.js"
            ],
            "css": [
                "styles\/livespace.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.bitrix24.pl\/crm\/contact\/details\/*",
                "https:\/\/*.bitrix24.pl\/crm\/company\/details\/*",
                "https:\/\/*.bitrix24.pl\/crm\/deal\/details\/*",
                "https:\/\/*.bitrix24.pl\/crm\/deal\/kanban\/",
                "https:\/\/*.bitrix24.com\/crm\/contact\/details\/*",
                "https:\/\/*.bitrix24.com\/crm\/company\/details\/*",
                "https:\/\/*.bitrix24.com\/crm\/deal\/details\/*",
                "https:\/\/*.bitrix24.com\/crm\/deal\/kanban\/",
                "https:\/\/*.bitrix24.net\/crm\/contact\/details\/*",
                "https:\/\/*.bitrix24.net\/crm\/company\/details\/*",
                "https:\/\/*.bitrix24.net\/crm\/deal\/details\/*",
                "https:\/\/*.bitrix24.net\/crm\/deal\/kanban\/",
                "https:\/\/*.bitrix24.eu\/crm\/contact\/details\/*",
                "https:\/\/*.bitrix24.eu\/crm\/company\/details\/*",
                "https:\/\/*.bitrix24.eu\/crm\/deal\/details\/*",
                "https:\/\/*.bitrix24.eu\/crm\/deal\/kanban\/"
            ],
            "js": [
                "scripts\/content-scripts\/bitrix24ContentScript.js"
            ],
            "css": [
                "styles\/bitrix24.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/app.sellizer.io\/login*",
                "https:\/\/app.sellizer.io\/dashboard*"
            ],
            "js": [
                "scripts\/content-scripts\/loginContentScript.js"
            ]
        }
    ]
}