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
官方網址 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\/*"
        ]
    }
}