Uptics Sales Automation CRM

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

什麼是Uptics Sales Automation CRM?

Uptics Sales Automation CRM是由https://uptics.io開發的Chrome擴展程式,該擴展的主要功能是“Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.”。

擴展截圖

screenshot

下載Uptics Sales Automation CRM擴展crx文件

下載Uptics Sales Automation CRM擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Uptics CRM users can manage their tasks under this extension.                    

擴展基本資訊

名稱 Uptics Sales Automation CRM Uptics Sales Automation CRM
ID fljeaddfbchajbkjcjfflngmdfhpedae
官方網址 https://chromewebstore.google.com/detail/uptics-sales-automation-c/fljeaddfbchajbkjcjfflngmdfhpedae
簡介 Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.
檔案大小 1.26 MB
安裝次數 206
目前版本 0.0.9
更新時間 2022-03-29
上架時間 2021-12-10
評分 5.00/5 共 1 次評分
開發者 https://uptics.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://uptics.io
說明頁面URL https://help.uptics.io
隱私政策頁面URL https://uptics.io/privacy
支援的語言 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"
    ]
}