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
官方URL 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"
    ]
}