Crono

Crono helps synchronize your CRM.

Что такое Crono?

Crono - это расширение Chrome, разработанное https://crono.one, и его основная функция - "Crono helps synchronize your CRM.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Crono

Скачайте файлы расширений 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\/*"
        ]
    }
}