Uptics Sales Automation CRM

Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.

Co to jest Uptics Sales Automation CRM?

Uptics Sales Automation CRM to rozszerzenie Chrome opracowane przez https://uptics.io, a jego główną funkcją jest „Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Uptics Sales Automation CRM

Pobierz pliki rozszerzeń Uptics Sales Automation CRM w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Uptics CRM users can manage their tasks under this extension.                    

Podstawowe informacje o rozszerzeniu

Nazwa Uptics Sales Automation CRM Uptics Sales Automation CRM
ID fljeaddfbchajbkjcjfflngmdfhpedae
Oficjalny URL https://chromewebstore.google.com/detail/uptics-sales-automation-c/fljeaddfbchajbkjcjfflngmdfhpedae
Opis Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.
Rozmiar pliku 1.26 MB
Liczba instalacji 206
Aktualna Wersja 0.0.9
Ostatnia Aktualizacja 2022-03-29
Data Publikacji 2021-12-10
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://uptics.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://uptics.io
Adres URL Strony Pomocy https://help.uptics.io
Adres URL Strony Polityki Prywatności https://uptics.io/privacy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Uptics Sales Automation CRM",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "description": "Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.",
    "version": "0.0.9",
    "browser_action": [],
    "permissions": [
        "tabs",
        "webNavigation",
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/app.uptics.io\/*",
            "*:\/\/localhost\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "pop-up.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/fonts.googleapis.com; object-src 'self'",
    "web_accessible_resources": [
        "assets\/css\/*",
        "assets\/js\/*",
        "assets\/fonts\/*",
        "index.html",
        "toggler.js"
    ]
}