Crono

Crono helps synchronize your CRM.

什么是Crono?

Crono是由https://crono.one开发的Chrome扩展程序,该扩展的主要功能是“Crono helps synchronize your CRM.”。

扩展截图

screenshot

下载Crono扩展crx文件

下载Crono扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Crono's extension helps you be more productive on your daily tools. It brings you all the features you need to work on the web. You can easily access all your CRM data and quickly identify new leads to work on. Now you can work everywhere as you would in Crono.                    

扩展基本信息

名称 Crono Crono
ID phnpbbhhpgcinodkajklaiedjdppdakj
官方URL https://chromewebstore.google.com/detail/crono/phnpbbhhpgcinodkajklaiedjdppdakj
简介 Crono helps synchronize your CRM.
文件大小 4.05 MB
安装次数 504
当前版本 2.8.10
更新时间 2024-03-02
上架时间 2022-09-01
评分 5.00/5 共1次评分
开发者 https://crono.one
电子邮箱 [email protected]
付费类型 free
扩展官网 https://crono.one
帮助页面URL https://crono.one
隐私政策页面URL https://www.crono.one/terms
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crono",
    "description": "Crono helps synchronize your CRM.",
    "version": "2.8.10",
    "manifest_version": 3,
    "background": {
        "service_worker": "background\/bundle.js"
    },
    "permissions": [
        "cookies",
        "storage",
        "activeTab",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content-script\/imgs\/*",
                "fonts\/*"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/*.hubspot.com\/*",
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.pipedrive.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": false,
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/*.hubspot.com\/*"
            ],
            "js": [
                "content-script\/bundle.js"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": false,
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "world": "MAIN",
            "js": [
                "linkedin-main-world\/bundle.js"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": false,
            "matches": [
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.pipedrive.com\/*"
            ],
            "js": [
                "content-script-main-world-connector\/bundle.js"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": false,
            "matches": [
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.pipedrive.com\/*"
            ],
            "world": "MAIN",
            "js": [
                "content-script\/bundle.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup\/index.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/*.crono.one\/*",
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/*.hubspot.com\/*",
        "https:\/\/*.lightning.force.com\/*",
        "https:\/\/*.pipedrive.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.crono.one\/*"
        ]
    }
}