Creatio

Creatio extension

What is Creatio?

Creatio is a Chrome extension developed by Creatio, and its main feature is "Creatio extension".

Extension Screenshots

screenshot

Download Creatio Extension CRX File

Download Creatio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension allows to find information about the company by website in Creatio CRM and add Account record for companies that are not added to the CRM yet.                    

Extension Basic Information

Name Creatio Creatio
ID lhmpiflkejljhgoldpijndadkfcglcgf
Official URL https://chromewebstore.google.com/detail/creatio/lhmpiflkejljhgoldpijndadkfcglcgf
Description Creatio extension
File Size 245 KB
Installation Count 37
Current Version 0.2.1
Last Updated 2021-11-06
Publish Date 2021-11-05
Developer Creatio
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.creatio.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Creatio",
    "action": {
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png"
    },
    "manifest_version": 3,
    "version": "0.2.1",
    "description": "Creatio extension",
    "permissions": [
        "storage",
        "cookies",
        "tabs",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.creatio.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "web_accessible_resources": [
        {
            "resources": [
                "sidebar.html"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}