Creatio

Creatio extension

Hvad er Creatio?

Creatio er en Chrome-udvidelse udviklet af Creatio, og dens hovedfunktion er "Creatio extension".

Udvidelsesskærmbilleder

screenshot

Download Creatio-udvidelses-CRX-fil

Download Creatio-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Creatio Creatio
ID lhmpiflkejljhgoldpijndadkfcglcgf
Officiel URL https://chromewebstore.google.com/detail/creatio/lhmpiflkejljhgoldpijndadkfcglcgf
Beskrivelse Creatio extension
Filstørrelse 245 KB
Antal Installationer 37
Nuværende Version 0.2.1
Senest Opdateret 2021-11-06
Udgivelsesdato 2021-11-05
Udvikler Creatio
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.creatio.com/privacy-policy
Understøttede Sprog 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:\/\/*\/*"
            ]
        }
    ]
}