Uptics Sales Automation CRM

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

Cos'è Uptics Sales Automation CRM?

Uptics Sales Automation CRM è un'estensione di Chrome sviluppata da https://uptics.io, e la sua funzione principale è "Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Uptics Sales Automation CRM

Scarica i file di estensione Uptics Sales Automation CRM in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Uptics CRM users can manage their tasks under this extension.                    

Informazioni di Base sull'Estensione

Nome Uptics Sales Automation CRM Uptics Sales Automation CRM
ID fljeaddfbchajbkjcjfflngmdfhpedae
URL Ufficiale https://chromewebstore.google.com/detail/uptics-sales-automation-c/fljeaddfbchajbkjcjfflngmdfhpedae
Descrizione Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.
Dimensione del File 1.26 MB
Conteggio Installazioni 206
Versione Corrente 0.0.9
Ultimo Aggiornamento 2022-03-29
Data di Pubblicazione 2021-12-10
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://uptics.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://uptics.io
URL della Pagina di Aiuto https://help.uptics.io
URL della Pagina della Politica sulla Privacy https://uptics.io/privacy
Lingue Supportate 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"
    ]
}