Uptics Sales Automation CRM

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

Vad är Uptics Sales Automation CRM?

Uptics Sales Automation CRM är en Chrome-tillägg utvecklad av https://uptics.io, och dess huvudfunktion är "Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.".

Tilläggsskärmbilder

screenshot

Ladda ner Uptics Sales Automation CRM-förlängningens CRX-fil

Ladda ner Uptics Sales Automation CRM-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Uptics CRM users can manage their tasks under this extension.                    

Grundläggande Information om Tillägg

Namn Uptics Sales Automation CRM Uptics Sales Automation CRM
ID fljeaddfbchajbkjcjfflngmdfhpedae
Officiell webbadress https://chromewebstore.google.com/detail/uptics-sales-automation-c/fljeaddfbchajbkjcjfflngmdfhpedae
Beskrivning Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.
Filstorlek 1.26 MB
Antal Installationer 206
Aktuell Version 0.0.9
Senast Uppdaterad 2022-03-29
Publiceringsdatum 2021-12-10
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://uptics.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://uptics.io
Hjälpsida URL https://help.uptics.io
URL till Sekretesspolicy Sidan https://uptics.io/privacy
Stödda Språk 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"
    ]
}