Crono

Crono helps synchronize your CRM.

Crono क्या है?

Crono https://crono.one द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Crono helps synchronize your CRM."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Crono एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
        ]
    }
}